WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1TaskDialog.C1ProgressBar Class / State Property

In This Topic
State Property (C1TaskDialog.C1ProgressBar)
In This Topic
Gets or sets the type and state of the progress bar.
Syntax
'Declaration
 
<C1DescriptionAttribute("C1ProgressBar.State", "Specifies the type and state of the progress bar.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property State As TaskDialogProgressBarState
 
See Also