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

In This Topic
    Clickable Property (RibbonTab)
    In This Topic
    Gets or set whether it is allowed to click this tab.
    Syntax
    'Declaration
     
    
    Public Property Clickable As Boolean
    public bool Clickable {get; set;}
    See Also