ComponentOne Windows 7 Control Pack for WinForms
State Property (C1ProgressIndicator)



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

Reference

C1ProgressIndicator Class
C1ProgressIndicator Members