Unicode Controls & Classes for VB6 - Version 4

ctlUniListView.LabelEdit Property

Returns/sets a value that determines if a user can edit the label of a ListItem or Node object.

Syntax
Public Property Get LabelEdit () As eCtlUniListView_ListLabelEditConstants
Public Property Let LabelEdit (ByVal New_Value As eCtlUniListView_ListLabelEditConstants)
Parameters
Parameter Description
ByVal New_Value As eCtlUniListView_ListLabelEditConstants The new value
Remarks