Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1Ribbon Class / SelectTab Method
specified tab index.
if the ribbon panel is collapsed, indicates whether to expand it.

In This Topic
    SelectTab Method (C1Ribbon)
    In This Topic
    Makes the tab with the specified index the current tab.
    Syntax
    'Declaration
     
    
    Public Sub SelectTab( _
       ByVal idx As Integer, _
       ByVal expand As Boolean _
    ) 
    public void SelectTab( 
       int idx,
       bool expand
    )

    Parameters

    idx
    specified tab index.
    expand
    if the ribbon panel is collapsed, indicates whether to expand it.
    See Also