Ribbon for WinForms
SelectTab メソッド (C1Ribbon)

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 > C1Ribbon クラス : SelectTab メソッド
specified tab index.
if the ribbon panel is collapsed, indicates whether to expand it.
Makes the tab with the specified index the current tab.
シンタックス
'宣言
 
Public Sub SelectTab( _
   ByVal idx As Integer, _
   ByVal expand As Boolean _
) 
public void SelectTab( 
   int idx,
   bool expand
)

パラメータ

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

C1Ribbon クラス
C1Ribbon メンバ