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.
Newlook Smartclient only.
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.
Setting |
Description |
True |
Allow the user to edit list item text. |
False |
(Default) Prevent the user from editing list item text. |
OnAfterLabelEdit property | OnBeforeLabelEdit property
© 2004-2021 looksoftware. All rights reserved.