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

In This Topic
    Enabled Property (C1CommandControl)
    In This Topic
    Gets or sets whether the command is enabled.
    Syntax
    'Declaration
     
    
    Public Overrides Property Enabled As Boolean
    public override bool Enabled {get; set;}
    See Also