Click or drag to resize

TaskDialogProgressBarMaximum Property

Gets or sets the upper 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 ProgressBarMaximum { get; set; }

Property Value

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