interface toggle_button set

Allows you to set up the initial parameters of the toggle button

Format:

 
interface toggle_button set
toggle_button_name =
an existing GI_toggl_btn
state =
on_off
value =
string
execute =
boolean

Example:

 
interface toggle_button set &
toggle_button_name =
tgb &
state =
on &
execute =
yes

Description:

 
Parameter
Value Type
Description
toggle_button_name
An Existing GI_toggl_btn
Specifies the name of an existing toggle button
state
On_Off
Specifies the current state of the toggle button
value
String
Specifies the current state of the toggle button
execute
Boolean
Specifies the execution of the associated command

Extended Definition:

1. The state or the value denotes the current status of the button when it is displayed. Thus, if the status is ON, the toggle button will be ON when displayed.
2. The SET command is used to setup the initial condition of the parameters when the button is displayed or activated.

Tips:

The parameters, ‘value’ and ‘state’, are mutually exclusive.