TreeViewItem.IsSelectionActive プロパティ

定義

TreeView にキーボード フォーカスが含まれているかどうかを示す値を取得します。

public:
 property bool IsSelectionActive { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsSelectionActive { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsSelectionActive : bool
Public ReadOnly Property IsSelectionActive As Boolean

プロパティ値

true がキーボード フォーカスを TreeView 持つ場合は 。それ以外の場合 falseは 。 既定値は、false です。

属性

次の例は、 プロパティの値を取得する方法を IsSelectionActive 示しています。

bool isEmployee1Active = Employee1Data.IsSelectionActive;
Dim isEmployee1Active As Boolean = Employee1Data.IsSelectionActive

注釈

キーボードが から または にフォーカスを TreeViewMenuToolBar変更した場合、このプロパティの値は のままです true

依存プロパティ情報

識別子フィールド IsSelectionActiveProperty
に設定されたメタデータ プロパティ true Inherits

適用対象