FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / RibbonItem Class / Enabled Property

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