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

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