Label.TabStop プロパティ

定義

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

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

このプロパティは、このクラスでは使用されません。 既定値は、false です。

属性

注釈

このプロパティは TabStop クラスに関連 Label しないため、設定 TabStop しても true 効果はありません。

適用対象

こちらもご覧ください