ITreeNodeActionEventArgs.AllowEditing

Syntax

AllowEditing: Boolean;

Description

The AllowEditing property determines whether the node edit mode is enabled.

Comments

The property is outdated, use ITreeNodeActionEventArgs.AllowAction.

See also:

ITreeNodeActionEventArgs