C1.Win.Ribbon.4.8 Assembly / 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 System.Integer, _
   ByVal expand As System.Boolean _
) 
 

Parameters

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