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

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