SplitterPanel.TabIndex 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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
屬性值
其他 SplitterPanel 物件集中的 SplitterPanel 索引值,此物件集位於包含在定位順序中的 SplitContainer 內。
- 屬性