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

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