| TaskDialogProgressBarMinimum Property |
Gets or sets the lower bound of the range of the task dialog's progress bar.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int ProgressBarMinimum { get; set; }
Public Property ProgressBarMinimum As Integer
Get
Set
public:
property int ProgressBarMinimum {
int get ();
void set (int value);
}
member ProgressBarMinimum : int with get, set
Property Value
Type:
Int32
The lower bound of the range of the task dialog's progress bar. The default value is 0.
Exceptions Remarks See Also