Property | Type | Description | |
---|---|---|---|
SetStateInTaskBar | void | ||
SetValueInTaskBar | void | ||
Windows7ProgressBar_Shown | void |
Method | Description | |
---|---|---|
Increment ( int value ) : void |
Advances the current position of the progress bar by the specified amount.
|
|
PerformStep ( ) : void |
Advances the current position of the progress bar by the amount of the System.Windows.Forms.ProgressBar.Step property.
|
|
Windows7ProgressBar ( ) : System.ComponentModel | ||
Windows7ProgressBar ( |
Method | Description | |
---|---|---|
SetStateInTaskBar ( ) : void | ||
SetValueInTaskBar ( ) : void | ||
Windows7ProgressBar_Shown ( object sender, System e ) : void |
public Increment ( int value ) : void | ||
value | int | The amount by which to increment the progress bar's current position. |
return | void |
public Windows7ProgressBar ( ) : System.ComponentModel | ||
return | System.ComponentModel |
public Windows7ProgressBar ( |
||
parentControl | ||
return | System.ComponentModel |