The Launch Control Panel operation opens the Windows Control Panel in display unit.
Click [Location On Desktop] to set [X] coordinate, [Y] coordinate, [Width], and [Height].
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
For information on models that support this operation, see the following.
Supported Model/Feature
Settings in Launch Control Panel:
[Always On Top] |
BlockText'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]. |