| C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1ProgressIndicator Class : State Property |
<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);
}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2