IBrowsingContextWindow Property |
Gets the WindowProxy object.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
SyntaxReadOnly Property Window As IWindow
Get
property IWindow^ Window {
IWindow^ get ();
}
abstract Window : IWindow with get
Property Value
Type:
IWindow
The window.
See Also