SelectTab Method (C1Ribbon)
In This Topic
Makes the tab with the specified index the current tab.
Syntax
'Declaration
Public Sub SelectTab( _
ByVal As System.Integer, _
ByVal expand As System.Boolean _
)
public void SelectTab(
System.int ,
System.bool expand
)
Parameters
- idx
- specified tab index.
- expand
- if the ribbon panel is collapsed, indicates whether to expand it.
See Also