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 內。

屬性

適用於