Window
sealed class Window : EventTarget, IWindow, IEventTarget, IGlobalEventHandlers, IWindowEventHandlers, IWindowTimers, IDisposable
Represents a sample browsing Window implementation for automated tests,
analysis and as a useful playground.
Gets a reference to the document that the window contains.
Gets if the window is currently open or already closed.
Gets the location of the currently contained document.
Gets or sets the name of the window.
Gets the user-agent information.
Gets or sets the height of the outside of the browser window.
Gets or sets the width of the outside of the browser window.
Gets the proxy to the current browsing context.
Gets or sets the horizontal distance of the left border of the
user's browser from the left side of the screen.
Gets or sets the vertical distance of the top border of the user's
browser from the top side of the screen.
Gets or sets the status string.