SelectedItemPath Property (JTree)

Class

JTree.

Action

Gets the selected item path.

Syntax

C#
protected ItemPath SelectedItemPath { get; }
VB
'Declaration
Protected Read Property SelectedItemPath As ItemPath

Access

Read only.

Examples

VB

Dim selectedItemPath As String = tree.SelectedItemPath