An NDoc Documented Class Library

FirefoxWindow Constructor

Initializes a new instance of the FirefoxWindow class.

Overload List

Initializes a new instance of the FirefoxWindow class.

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

 

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

See Also

FirefoxWindow Class | White.WebBrowser Namespace