SplitterPanel.TabIndex プロパティ

定義

SplitterPanel 内の SplitContainer のタブ オーダーを取得または設定します。 このクラスでは、このプロパティは使用されません。

public:
 property int TabIndex { int get(); void set(int value); };
[System.ComponentModel.Browsable(false)]
public int TabIndex { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.TabIndex : int with get, set
Public Property TabIndex As Integer

プロパティ値

Int32

タブ オーダーに含まれる、SplitterPanel 内の他の SplitterPanel オブジェクトのセットにおける SplitContainer のインデックス値。

属性

適用対象