An NDoc Documented Class Library

BrowserWindow Constructor

Initializes a new instance of the BrowserWindow class.

Overload List

Initializes a new instance of the BrowserWindow class.

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

 

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

See Also

BrowserWindow Class | White.WebBrowser Namespace