Skip to main content

Introduction

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

"Window"

Fields#

NameDescription
Maximize ObjectObject to show/hide for maximize
Restore ObjectObject to show/hide for restore
Minimize ObjectObject to show/hide for minimize
Minimize SizeSize to set on Minimzie
On CloseEvent raised when Window closes

Properties#

NameDescription
isDraggableGet if the window is draggable
isMaximizedGet if the window is maximized
isMinimizedGet if the window is minimized
isNonBlockingGet if the window is non-blocking
windowResultGet the result of the window
parametersParameters associated with the window

Methods#

NameDescription
CloseClose the window
CloseWithResultClose the window with result
MaximizeMaximize the window
MinimizeMinimize the window
RestoreRestore the window
SetArgsSet the parameters for the window