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

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