StartLabelEdit

This method enables a user to edit a label in a TreeView or ListView control.

Syntax

control.StartLabelEdit

Parameters

control
Reference to a TreeView or ListView control.

Return Value

None.

Remarks

The StartLabelEdit method must be used to initiate a label editing operation when the LabelEdit property is set to 1 (lvwManual or tvwManual).

When the StartLabelEdit method of a control is invoked, the BeforeLabelEdit event for that control also is generated.