SelectedItemPaths プロパティ (JTree)

クラス

JTree.

処理

[読み取り専用] 選択された項目パスのリスト。

構文

C#
protected List(Of ItemPath) SelectedItemPaths { get; }
VB
'Declaration
Protected Read Property SelectedItemPaths As List(Of ItemPath)

アクセス

読み取り専用。

VB

Dim selectedItemPaths As IList = tree.SelectedItemPaths