LabelEdit Property

Gets or sets whether the user can edit label items. Design-time only. Not available at run-time.

object.LabelEdit = [boolean]

Where object is an object expression that evaluates to one of the controls in the Applies To list, and boolean is a boolean expression that evaluates to either True or False, as described in Settings.

Client support

Newlook Smartclient only.

Use

Turning this option on allows the user to double click a list view item and edit its text. Note that this action will not update the list item text permanently. You will need to attach a script or macro to the OnBeforeLabelEdit or OnAfterLabelEdit property if you want to generate some logic when the user edits an item in the list view control.

Settings

Setting

Description

True

Allow the user to edit list item text.

False

(Default) Prevent the user from editing list item text.

See Also

OnAfterLabelEdit property | OnBeforeLabelEdit property

Applies To

TreeView control

ListView control


© 2004-2021 looksoftware. All rights reserved.