ComponentOne Windows 7 Control Pack for WinForms
State Property (C1TaskDialog.C1ProgressBar)



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog.C1ProgressBar Class : State Property
Gets or sets the type and state of the progress bar.
Syntax
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<C1DescriptionAttribute("Specifies the type and state of the progress bar.")>
Public Property State As TaskDialogProgressBarState
Dim instance As C1TaskDialog.C1ProgressBar
Dim value As TaskDialogProgressBarState
 
instance.State = value
 
value = instance.State
[NotifyParentProperty(true)]
[DefaultValue()]
[C1Description("Specifies the type and state of the progress bar.")]
public TaskDialogProgressBarState State {get; set;}
[NotifyParentProperty(true)]
[DefaultValue()]
[C1Description("Specifies the type and state of the progress bar.")]
public:
property TaskDialogProgressBarState State {
   TaskDialogProgressBarState get();
   void set (    TaskDialogProgressBarState value);
}
See Also

Reference

C1TaskDialog.C1ProgressBar Class
C1TaskDialog.C1ProgressBar Members