Window

Guide for the Activities under the Window Category

Close Window
Description Closes a specified RAX Window instance. Attributes Input UseWindow - The RAX Window instance to be closed. Only RaxWindow variable...
Tue, 21 May, 2019 at 9:52 AM
Get Active Window
Description Returns the active window found. Attributes Output ApplicationWindow - The active window found returned as a RaxWindow variable outp...
Tue, 21 May, 2019 at 9:55 AM
Hide Window
Description Hides a specified window. Attributes Input  Window - The window that would be hidden. This field only supports RAXWindow variables...
Tue, 21 May, 2019 at 9:57 AM
Maximize Window
Description Sets the specified window to maximized view. Properties Input Window - The window that would be maximized. This field only suppor...
Tue, 21 May, 2019 at 9:59 AM
Minimize Window
Description Sets the specified window to minimized view. Attributes Input Window - The window that would be minimized. This field only support...
Tue, 21 May, 2019 at 10:01 AM
Move Window
Description Moves and/or resizes a specified window. Attributes Input Height - The new height of the window. Width - The new width of the w...
Tue, 21 May, 2019 at 10:03 AM
Restore Window
Description Sets a specified window to its restored size. Attributes Input Window - The window that would be restored. This field only suppor...
Tue, 21 May, 2019 at 10:05 AM
Show Window
Description Activates then shows a specified window. Attributes Input Window - The window that would be displayed. This field only supports R...
Tue, 21 May, 2019 at 10:09 AM