FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / 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 System.Boolean
    public System.bool Clickable {get; set;}
    See Also