Gets a value that indicates whether the node is selected.

Namespace:  AltaVim.WinForms
Assembly:  AltaVim.WinForms.ExtendedTreeView.NET20 (in AltaVim.WinForms.ExtendedTreeView.NET20)
Version: 5.5.0.0

Syntax

C#
public bool Selected { get; }
Visual Basic (Declaration)
Public ReadOnly Property Selected As Boolean
Visual C++
public:
property bool Selected {
	bool get ();
}

See Also