SelectionCount Property (JTree)

Class

JTree.

Action

Gets the number of tree nodes selected.

Syntax

C#
protected Integer SelectionCount { get; }
VB
'Declaration
Protected Read Property SelectionCount As Integer

Access

Read only.

Examples

VB

Dim selectionCount As Integer = tree.SelectionCount