Click or drag to resize

ShellTreeViewLabelEdit Property

Gets or sets a value indicating whether the label text of the tree nodes can be edited.

Namespace:  Jam.Shell.WPF.Controls.Winforms
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public bool LabelEdit { get; set; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true if the label text of the tree nodes can be edited; otherwise, false. The default is false.
See Also