ImageButton.ButtonMode Property
This is the button operation mode.
| Constant | Value | Description |
|---|---|---|
| $TOGGLE | 1 | Toggle button Press the button to lock it in the pressed state, and press it again to return it to its original state. |
| $PUSH | 2 | Normal button Press the button to push it in, and release it to return it to its original state. |
The state of the toggle button can be obtained with the Toggle property.