'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(False)> <SRDescriptionAttribute("TreeViewLabelEditDescr")> Public Property LabelEdit As System.Boolean
'Usage
Dim instance As NSceneTreeViewControl Dim value As System.Boolean instance.LabelEdit = value value = instance.LabelEdit
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(false)] [SRDescription("TreeViewLabelEditDescr")] public System.bool LabelEdit {get; set;}