Click or drag to resize

TaskDialogProgressBarState Property

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

Property Value

Type: ProgressBarState
A ProgressBarState indicating the state of the task dialog's progress bar. The default value is Normal.
Remarks
This property is only used if the ProgressBarStyle property is ProgressBar.
See Also