Introduction
The Window component allows you to place items inside it, move, minimize, maximize, and set as blocking.

Fields#
| Name | Description |
|---|---|
| Maximize Object | Object to show/hide for maximize |
| Restore Object | Object to show/hide for restore |
| Minimize Object | Object to show/hide for minimize |
| Minimize Size | Size to set on Minimzie |
| On Close | Event raised when Window closes |
Properties#
| Name | Description |
|---|---|
| isDraggable | Get if the window is draggable |
| isMaximized | Get if the window is maximized |
| isMinimized | Get if the window is minimized |
| isNonBlocking | Get if the window is non-blocking |
| windowResult | Get the result of the window |
| parameters | Parameters associated with the window |
Methods#
| Name | Description |
|---|---|
| Close | Close the window |
| CloseWithResult | Close the window with result |
| Maximize | Maximize the window |
| Minimize | Minimize the window |
| Restore | Restore the window |
| SetArgs | Set the parameters for the window |