TreeViewLabelEdit Property |
Gets or sets a value indicating whether users can edit the labels of items
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool LabelEdit { get; set; }
Public Property LabelEdit As Boolean
Get
Set
member LabelEdit : bool with get, set
Property Value
Type:
Booleantrue to allow label editing; otherwise,
false.
See Also