ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ProgressIndicator Class / IsActive Property



In This Topic
    IsActive Property (C1ProgressIndicator)
    In This Topic
    Gets or sets a value indicating whether the control is in the active state.
    Syntax
    'Declaration
     
    
    Public Property IsActive As Boolean
    'Usage
     
    
    Dim instance As C1ProgressIndicator
    Dim value As Boolean
     
    instance.IsActive = value
     
    value = instance.IsActive
    public bool IsActive {get; set;}
    public:
    property bool IsActive {
       bool get();
       void set (    bool value);
    }
    See Also