IsExpanded Method (JTree)

Class

JTree class

Action

Returns 'true' if the specified item path is expanded.

Syntax

bExpanded = tree.IsExpanded(item)
Variable Description
bExpanded True if the specified item path is expanded; otherwise false. BOOLEAN.
item The item path. LISTITEM.

Examples

BOOLEAN bExpanded = Tree.IsExpanded("/level_1-1/level_2-1/level_3-4")