Open InTouch windows
- Last UpdatedJul 24, 2024
- 1 minute read
In a script, you can open an InTouch window by using one of the following QuickScript functions:
|
Use |
To |
|---|---|
|
Show |
Open an InTouch window at the position defined in its location settings. |
|
ShowAt() |
Open an InTouch window at a specified position. The opened window is centered on the position. This function can also be used to move an opened window. |
|
ShowHome |
Open the InTouch window(s) you specified in the Home Windows tab in the WindowViewer Properties dialog box and closes any other windows. |
|
ShowTopLeftAt() |
Open an InTouch window at a specified position. The opened window aligns its top left corner to the position. This function can also be used to move an opened window. |