Represents a window with title and contents, which can be moved, resized and arranged interactively.
The following tables list the members exposed by the Window type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the Window class. |
Name | Description | |
---|---|---|
![]() |
Gets or sets a value indicating whether this Window can be closed. |
|
![]() |
Gets or sets a value indicating whether this Window can be dragged. |
|
![]() |
Gets or sets a value indicating whether this Window can be maximized. |
|
![]() |
Gets or sets a value indicating whether this Window can be minimized. |
|
![]() |
Gets or sets a value indicating whether this Window can be pinned. |
|
![]() |
Gets or sets a value indicating whether this Window can be refreshed. |
|
![]() |
Gets or sets a value indicating whether this Window can be resized. |
|
![]() |
Gets a reference to the Window footer DOM element. |
|
![]() |
Gets a reference to the Window header DOM element. |
|
![]() |
Gets the host of this WindowHost. (Inherited from WindowBase.) |
|
![]() |
Gets or sets the url of the title icon. |
|
![]() |
Gets or sets the minimum allowed height of this Window. |
|
![]() |
Gets or sets the minimum allowed width of this Window. |
|
![]() |
Gets or sets a value indicating whether this Window should be modal. |
|
![]() |
Gets or sets a string, specifying the URL of the web page, that will be loaded in the control's content IFrame. (Inherited from WindowBase.) |
|
![]() |
Gets or sets a value, indicating whether this Window is pinned. |
|
![]() |
Gets or sets an HTML string, representing the content template. (Inherited from WindowBase.) |
|
![]() |
Gets or sets a string, specifying the URL of the web page, that will be loaded as a control content template. (Inherited from WindowBase.) |
|
![]() |
Gets or sets the title of this Window. |
|
![]() |
Gets or sets a value indicating whether the window will display the title of its content iframe. |
|
![]() |
Gets or sets the state of this Window. (Inherited from WindowBase.) |
Name | Description | |
---|---|---|
![]() |
WindowBase.attach override. |
|
![]() |
Resizes the Window to fit its contents. |
|
![]() |
Positions the Window in the center of its host element or specified rect. |
|
![]() |
Closes the Window. |
|
![]() |
WindowBase.detach override. |
|
![]() |
Control.dispose override. |
|
![]() |
Closes the Window without raising events. |
|
![]() |
Opens the Window without raising events. |
|
![]() |
Control.draw override. |
|
![]() |
Maximizes the Window. |
|
![]() |
Minimizes the Window. |
|
![]() |
Opens the Window on the screen. |
|
![]() |
Pins the Window. Pinned windows cannot be moved or resized. |
|
![]() |
Reloads the Window IFrame. |
|
![]() |
Restores the Window to a normal state. |
|
![]() |
Unpins the Window. |
|
![]() |
Updates window dimensions after applying changes to DOM elements. |
Name | Description | |
---|---|---|
![]() |
Raised when a button in the command strip of the Window is clicked. |
|
![]() |
Raised when the windows's contents are loaded. (Inherited from WindowBase.) |
|
![]() |
Raised when drag operation is finished. |
|
![]() |
Raised when a drag operation is started. |
|
![]() |
Raised when the Window header is clicked. |
|
![]() |
Raised when a resize operation is finished. |
|
![]() |
Raised when a resize operation is started. |
|
![]() |
Raised when the window's state is changed. (Inherited from WindowBase.) |
|
![]() |
Raised when the window's state is changing. (Inherited from WindowBase.) |
|
![]() |
Raised when the Window is closed. (Inherited from WindowBase.) |
|
![]() |
Raised when the Window is closing. (Inherited from WindowBase.) |
|
![]() |
Raised when the Window is opened. (Inherited from WindowBase.) |
|
![]() |
Raised when the Window is opening. (Inherited from WindowBase.) |