NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TreeView.LabelEdit

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);

See Also

TreeView Class | TreeView Members | System.WinForms Namespace