Initializes a new instance of the TreeNode class.
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);