Window Methods |
The Window type exposes the following members.
Name | Description | |
---|---|---|
![]() | Activate |
Change focus to this window.
|
![]() | Close |
Closes the current window.
|
![]() | Equals |
Determines whether the specified instances are considered equal.
(Overrides ObjectEquals(Object).) |
![]() | FullScreen |
Set the current window full screen.
|
![]() | GetHashCode |
Returns the hash code
(Overrides ObjectGetHashCode.) |
![]() | Maximize |
Maximizes the current window if it is not already maximized.
|
![]() | Position |
Gets the position of the browser window relative to the upper-left corner of the screen.
|
![]() | SetPosition |
Sets the position of the browser window relative to the upper-left corner of the screen.
|
![]() | SetSize |
Sets the size of the outer browser window, including title bars and window borders.
|
![]() | Size |
Gets the size of the outer browser window, including title bars and window borders.
|
![]() | SwitchToNextWindow |
Switch to the next available window
|
![]() | SwitchToPreviousWindow |
Switch to the previous focused window.
|
![]() | SwitchToWindowByName |
Change focus to another window.
|
![]() | SwitchToWindowByTitle |
Change focus to another window.
|