Integer constants specifying how the switch responds to user input (ignores, switch when pressed, or switch until released).
Name |
Value |
Description |
aswtModeIndicator |
0 * |
Indicator. The switch does not respond to user input. In this mode, the value of the switch can only be changed programmatically. |
aswtModeSwitchWhenPressed |
1 |
Switch when pressed. When the mouse is clicked on the switch, the value changes and remains until the switch is clicked again. |
aswtModeSwitchUntilReleased |
2 |
Switch until released. When the mouse is clicked on the switch, the value changes. When the mouse button is released, the value of the switch changes back to its original state. |