Click or drag to resize

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; }

Property Value

Type: Int32
The lower bound of the range of the task dialog's progress bar. The default value is 0.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe new property value is not smaller than ProgressBarMaximum.
Remarks
This property is only used if the ProgressBarStyle property is ProgressBar.
See Also