IsEditable Property (JTree)

Class

JTree.

Action

Gets whether the tree is editable.

Syntax

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

Access

Read only.

Examples

VB

Dim isEditable As Boolean = tree.IsEditable