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

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