SplitterPanel.TabStop プロパティ

定義

ユーザーが Tab キーを使用してこの SplitterPanel にフォーカスを移すことができるかどうかを示す値を取得または設定します。 このクラスでは、このプロパティは使用されません。

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

プロパティ値

Boolean

Tab キーでこの SplitterPanel にフォーカスを移すことができる場合は true。それ以外の場合は false

属性

適用対象