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의 인덱스 값입니다.

특성

적용 대상