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

In This Topic
    Enabled Property (RibbonTab)
    In This Topic
    Gets or set whether the contents of this tab are enabled.
    Syntax
    'Declaration
     
    
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}
    See Also