Launch Control Panel
The Launch Control Panel
operation opens the Windows Control Panel in display unit.
Block
Click the box to set [Always
On Top] or [Location
On Desktop].
Text
launchControlPanel(true);
1
Specify coordinates
launchControlPanelAt(true, 0,
0, 0, 0);
2
1 3
1: Always On Top
2: Location On Desktop
3: X coordinate, Y coordinate, Width,
Height
Settings in Launch Control Panel:
[Location] |
[Always
On Top] |
Block
[Always On
Top]
Text
'true'
'false' |
When [Script Mode] is [Block], select this checkbox
to display the application window above the run-time application.
When [Script Mode] is [Text], set 'true'. |
[Location
On Desktop] |
Block
[Location
On Desktop]
Text
'launchControlPanelAt' |
When
[Script Mode] is [Block], select this checkbox to set
the location for the application on the display unit.
When [Script
Mode] is [Text], use 'launchControlPanelAt'.
You can set [X]
coordinate, [Y]
coordinate, [Width],
and [Height]. |
|