Property | Type | Description |
---|
Method | Description | |
---|---|---|
TaskDialogProgressBar ( ) : System |
Initializes a new instance of the TaskDialogProgressBar class. Creates a new instance of this class.
|
|
TaskDialogProgressBar ( int minimum, int maximum, int value ) : System |
Initializes a new instance of the TaskDialogProgressBar class. Creates a new instance of this class with the specified minimum, maximum and current values.
|
|
TaskDialogProgressBar ( string name ) : System |
Initializes a new instance of the TaskDialogProgressBar class. Creates a new instance of this class with the specified name. And using the default values: Min = 0, Max = 100, Current = 0
|
Method | Description | |
---|---|---|
Reset ( ) : void |
Resets the control to its minimum value.
|
public TaskDialogProgressBar ( int minimum, int maximum, int value ) : System | ||
minimum | int | The minimum value for this control. |
maximum | int | The maximum value for this control. |
value | int | The current value for this control. |
return | System |
public TaskDialogProgressBar ( string name ) : System | ||
name | string | The name of the control. |
return | System |