ShellTreeViewLabelEdit Property |
Gets or sets a value indicating whether the label text of the tree nodes can be edited.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
BooleanReturn Value
Booleantrue if the label text of the tree nodes can be edited; otherwise, false. The default is false.
See Also