An NDoc Documented Class Library

Window Constructor

Initializes a new instance of the Window class.

Overload List

Initializes a new instance of the Window class.

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

 

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

See Also

Window Class | White.Core.UIItems.WindowItems Namespace