The LabelEdit property determines if the label text of nodes in the tree view is editable.
[Visual Basic] Public Property LabelEdit As Boolean [C#] public bool LabelEdit {get; set;} [C++] public: __property bool get_LabelEdit(); public: __property void set_LabelEdit(bool); [JScript] public function get LabelEdit() : Boolean; public function set LabelEdit(Boolean);
TreeView Class | TreeView Members | System.WinForms Namespace