TreeLabelEditConstants

Controls when inline label editing is triggered on a TreeView. Carried by TreeView.LabelEdit.

Member Value Description
tvwAutomatic 0 Clicking an already-selected node opens the inline editor (after a short pause).
tvwManual 1 Only programmatic StartLabelEdit calls open the editor.
tvwDisabled 2 Label editing is disabled.

See Also