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

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