C# Class PredictiveCodeSuggestions.ProgressIndicators.ProgressWindow

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

Public Properties

Property Type Description
FileName System.Windows.Forms.Label
ProjectName System.Windows.Forms.Label

Private Properties

Property Type Description
InitializeComponent void
UpdateProgress void

Public Methods

Method Description
ProgressWindow ( ) : System

Initializes a new instance of the ProgressWindow class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

ProgressWindow() public method

Initializes a new instance of the ProgressWindow class.
public ProgressWindow ( ) : System
return System

Property Details

FileName public_oe property

public System.Windows.Forms.Label FileName
return System.Windows.Forms.Label

ProjectName public_oe property

public System.Windows.Forms.Label ProjectName
return System.Windows.Forms.Label