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!

TreeNode.BeginEdit

Initiate editing of the node's label. Only effective if LabelEdit property is true.

[Visual Basic]
Public Sub BeginEdit()
[C#]
public void BeginEdit();
[C++]
public: void BeginEdit();
[JScript]
public function BeginEdit();

See Also

TreeNode Class | TreeNode Members | System.WinForms Namespace