An NDoc Documented Class Library

Win32TreeNode Constructor

Initializes a new instance of the Win32TreeNode class.

Overload List

Initializes a new instance of the Win32TreeNode class.

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

 

[Visual Basic] Public Sub New(ByVal AutomationElement,ByVal ActionListener)
[C#] public Win32TreeNode(AutomationElement,ActionListener);
[C++] public: Win32TreeNode(AutomationElement*,ActionListener*);
[JScript] public function Win32TreeNode(AutomationElement,ActionListener);

See Also

Win32TreeNode Class | White.Core.UIItems.TreeItems Namespace