IWindow interface makes it possible to control dashboard's outer window object when it has been opened as a popup.
Close | Closes the window. The close event is sent before the window is closed. |
Focus | Sets the focus to this window. |
Maximize | Maximizes the window. |
Minimize | Minimizes the window. |
Restore | Restores the window. |
SetDefaultSize | Sets the default size of the window. |
Events | Returns the event registering interface for the IWindow interface. |
Handle | The handle (HWND) of the window. |
Height | Sets or returns the window height. |
IsFocused | True if the window is currently focused. |
Maximizable | Sets or returns the window's capability to be maximized. |
Minimizable | Sets or returns the window's capability to be minimized. |
Resizable | Sets or returns the window's capability to be resized. |
Title | Sets or returns the window's caption. |
Width | Sets or returns the window width. |