ShellListViewLabelEdit Property |
Gets or sets a value indicating whether the label text of the list items can be edited.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool LabelEdit { get; set; }
Public Property LabelEdit As Boolean
Get
Set
public:
property bool LabelEdit {
bool get ();
void set (bool value);
}
member LabelEdit : bool with get, set
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if the label text of the tree nodes can be edited; otherwise, false. The default is false.
See Also