TreeViewItem::IsSelectionActive Property

 

Gets a value that indicates whether the TreeViewItem has keyboard focus.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
[BrowsableAttribute(false)]
property bool IsSelectionActive {
	bool get();
}

Property Value

Type: System::Boolean

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

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

Identifier field

IsSelectionActiveProperty

Metadata properties set to true

Inherits

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

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Return to top
Show: