Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonQatGroupButton Class / Enabled Property

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