IsEditing Property (JTree)

Class

JTree.

Action

Gets whether the tree is being edited.

Syntax

C#
protected Boolean IsEditing { get; }
VB
'Declaration
Protected Read Property IsEditing As Boolean

Access

Read only.

Examples

VB

Dim isEditing As Boolean = tree.IsEditing