OpenPopupParametersRectangle Property |
Gets the initial bounds of the popup.
Namespace:
DotNetBrowser.Browser.Handlers
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public Rectangle Rectangle { get; }
Property Value
Type:
Rectangle
The initial bounds of the popup. If the popup is about to open as a result of the
window.open() JavaScript function, this value represents the corresponding attributes
of the
WindowFeatures parameter passed to this function. The value is empty in case
no bounds were passed.
See Also