[internal] Creates a new window with the specified parameters.
This should not be used in user applications.
[internal] Do not use.
[internal] Window extensions, do not use.
Window snap parameters
[internal] Do not use.
[internal] Do not use.
[internal] Do not use.
The window animations to use.
Whether this window is registered on the app bar (taskbar)
The window ID.
Whether this window is registered.
Window maximization info.
Whether this window is maximized.
Whether this window is minimized.
[internal] Do not use.
A copy of the creation parameters.
Whether the window is shown.
The window title.
Whether the UI is being updated.
Whether the window uses an icon.
The window icon URL.
The underlying HTML element for this window.
[internal] Do not use.
[internal] Called when the window close animation is finished.
Activates the window.
Centers the window.
Closes the window.
Whether to ignore closing events.
Darkens all UI elements when a window is about to be deactivated.
Returns the HTML container.
Return window bounds.
Get computed window bounds.
Returns whether this window is active.
Does the reverse of darkenElements()
.
Called when the window is activated.
Called on window closure.
On close event parameters.
[internal] Do not use.
Called when the window is deactivated.
[internal] Do not use.
[internal] Do not use.
[internal] Do not use.
Called when the window is minimized.
Called when the window is moved.
Called when the window is resized.
Called when the window is shown.
Randomizes the window position.
Registers the application bar for this window.
Registers the Window in the window system and creates appbar elements, etc.
Sets the control box style for this window.
This also respects the Aero-like setting of disabling buttons rather than removing them.
Control box style.
Sets the window HTML contents.
The HTML text to use.
[internal] Sets the owner for this window.
The window to set as owner.
Sets the position of a window.
The x coordinate to use.
The y coordinate to use.
Sets a new window size.
The new width of the window.
The new height of the window.
Set the window starting position
If the window should continue past a threshold or not
Sets the title of the window.
The text to use as title.
Sets the window visibility.
Should the window be visible?
Sets the window icon to the specified URL.
The URL of the icon to use.
Shows the window.
Shows the titlebar menu
The mouse event
Toggles whether the window is maximized or not.
Minimizes the window.
Disable bounceIn animation.
Waits for window closure.
Generated using TypeDoc
Represents a window object.