C# Class PredictiveCodeSuggestions.ProgressIndicators.ProgressWindow

Defines the ProgressWindow class.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions Class Usage Examples

Méthodes publiques

Свойство Type Description
FileName System.Windows.Forms.Label
ProjectName System.Windows.Forms.Label

Private Properties

Свойство Type Description
InitializeComponent void
UpdateProgress void

Méthodes publiques

Méthode Description
ProgressWindow ( ) : System

Initializes a new instance of the ProgressWindow class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

UpdateProgress ( object sender, EventArgs e ) : void

Updates the progress.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

ProgressWindow() public méthode

Initializes a new instance of the ProgressWindow class.
public ProgressWindow ( ) : System
Résultat System

Property Details

FileName public_oe property

public System.Windows.Forms.Label FileName
Résultat System.Windows.Forms.Label

ProjectName public_oe property

public System.Windows.Forms.Label ProjectName
Résultat System.Windows.Forms.Label