Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1EditorRibbon Class / SelectTab Method

In This Topic
    SelectTab Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub SelectTab( _
       ByVal idx As System.Integer, _
       ByVal expand As System.Boolean _
    ) 
    public void SelectTab( 
       System.int idx,
       System.bool expand
    )

    Parameters

    idx
    expand
    See Also