BrowserHelper.IsBrowserDocumentWindow Method
Include Protected Members
Include Inherited Members
Determines whether the provided object is the browser document window.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
IsBrowserDocumentWindow(IntPtr) | Determines whether the provided window handle refers to the browser document window. | |
IsBrowserDocumentWindow(UITechnologyElement) | Determines whether the provided element is the browser document window. |
Top