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.IsEditing

Specifies whether this node is being edited by the user.

[Visual Basic]
Public ReadOnly Property IsEditing As Boolean
[C#]
public bool IsEditing {get;}
[C++]
public: __property bool get_IsEditing();
[JScript]
public function get IsEditing() : Boolean;

See Also

TreeNode Class | TreeNode Members | System.WinForms Namespace