ComponentOne Basic Library for WPF and Silverlight
IsActive Property (C1ProgressIndicator)


C1.WPF Namespace > C1ProgressIndicator Class : IsActive Property
Gets or sets a value indicating whether the control is in the active state.
Syntax
'Declaration
 
Public Property IsActive As System.Boolean
'Usage
 
Dim instance As C1ProgressIndicator
Dim value As System.Boolean
 
instance.IsActive = value
 
value = instance.IsActive
public System.bool IsActive {get; set;}
See Also

Reference

C1ProgressIndicator Class
C1ProgressIndicator Members