ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTab Class / Selected Property

In This Topic
    Selected Property (RibbonTab)
    In This Topic
    Gets or sets whether this tab is currently selected. Only one tab can be selected at any time.
    Syntax
    'Declaration
     
    Public Property Selected As System.Boolean
    public System.bool Selected {get; set;}
    See Also