IsPathEditable Method (JTree)

Class

JTree class

Action

whether an item path is editable.

Syntax

bPathEditable = tree.IsPathEditable(item)
Variable Description
bPathEditable True if the specified item path is editable; otherwise false. BOOLEAN.
item The item path. LISTITEM.

Examples

BOOLEAN bPathEditable = Tree.IsPathEditable("/level_1-1/level_2-1/level_3-4")