[]
Makes the tab with the specified index the current tab.
public void SelectTab(int idx, bool expand)
Public Sub SelectTab(idx As Integer, expand As Boolean)
| Type | Name | Description |
|---|---|---|
| int | idx | specified tab index. |
| bool | expand | if the ribbon panel is collapsed, indicates whether to expand it. |