An NDoc Documented Class Library

TreeNode Constructor

Initializes a new instance of the TreeNode class.

Overload List

Initializes a new instance of the TreeNode class.

[Visual Basic] Protected Sub New()
[C#] protected TreeNode();
[C++] protected: TreeNode();
[JScript] protected function TreeNode();

 

[Visual Basic] Protected Sub New(ByVal AutomationElement,ByVal ActionListener)
[C#] protected TreeNode(AutomationElement,ActionListener);
[C++] protected: TreeNode(AutomationElement*,ActionListener*);
[JScript] protected function TreeNode(AutomationElement,ActionListener);

See Also

TreeNode Class | White.Core.UIItems.TreeItems Namespace