Property | Type | Description | |
---|---|---|---|
ProgressBar_ValueChanged | void |
Method | Description | |
---|---|---|
ProgressBar ( ) : System |
Initializes a new instance of the ProgressBar class.
|
|
ProgressBar ( string name ) : System |
Initializes a new instance of the ProgressBar class.
|
Method | Description | |
---|---|---|
ProgressBar_ValueChanged ( object sender, |
Handles the ValueChanged event of the ProgressBar control.
|
public ProgressBar ( string name ) : System | ||
name | string | The name. |
return | System |