TreeViewItem.IsSelectionActive Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.