Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandControl Class / CommandActive Property

In This Topic
    CommandActive Property
    In This Topic
    Gets or sets the value indicating whether the command link can be clicked.
    Syntax
    'Declaration
     
    
    Public Property CommandActive As Boolean
    public bool CommandActive {get; set;}
    See Also