An NDoc Documented Class Library

InternetExplorerWindow Constructor

Initializes a new instance of the InternetExplorerWindow class.

Overload List

Initializes a new instance of the InternetExplorerWindow class.

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

 

[Visual Basic] Public Sub New(ByVal AutomationElement,ByVal WindowFactory,ByVal InitializeOption,ByVal WindowSession)
[C#] public InternetExplorerWindow(AutomationElement,WindowFactory,InitializeOption,WindowSession);
[C++] public: InternetExplorerWindow(AutomationElement*,WindowFactory*,InitializeOption*,WindowSession*);
[JScript] public function InternetExplorerWindow(AutomationElement,WindowFactory,InitializeOption,WindowSession);

See Also

InternetExplorerWindow Class | White.WebBrowser Namespace