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 Constructor

[To be supplied.]

Overload List

Creates a TreeNode object.

[Visual Basic] Overloads Public Sub New()
[C#] public TreeNode();
[C++] public: TreeNode();
[JScript] public function TreeNode();

Creates a TreeNode object.

[Visual Basic] Overloads Public Sub New(String)
[C#] public TreeNode(String);
[C++] public: TreeNode(String*);
[JScript] public function TreeNode(String);

Creates a TreeNode object.

[Visual Basic] Overloads Public Sub New(String, TreeNode())
[C#] public TreeNode(String, TreeNode[]);
[C++] public: TreeNode(String*, TreeNode[]);
[JScript] public function TreeNode(String, TreeNode[]);

Creates a TreeNode object.

[Visual Basic] Overloads Public Sub New(String, Integer, Integer)
[C#] public TreeNode(String, int, int);
[C++] public: TreeNode(String*, int, int);
[JScript] public function TreeNode(String, int, int);

Creates a TreeNode object.

[Visual Basic] Overloads Public Sub New(String, Integer, Integer, TreeNode())
[C#] public TreeNode(String, int, int, TreeNode[]);
[C++] public: TreeNode(String*, int, int, TreeNode[]);
[JScript] public function TreeNode(String, int, int, TreeNode[]);

See Also

TreeNode Class | TreeNode Members | System.WinForms Namespace