TreeViewItem.IsSelectionActive Property

Definition

Gets a value that indicates whether the containing TreeView has keyboard focus.

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

Property Value

true if the containing TreeView has keyboard focus; otherwise, false. The default is false.

Attributes

Examples

The following example shows how to get the value of the IsSelectionActive property.

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

Remarks

If the keyboard changes focus from the TreeView to a Menu or a ToolBar, the value of this property remains true.

Dependency Property Information

Identifier field IsSelectionActiveProperty
Metadata properties set to true Inherits

Applies to