The ToggleButton
control represents a button which maintains either a pressed or unpressed state (like a light switch).
Click "Developer" > "Insert" > "ActiveX Controls" > "Toggle Button".
name | description |
---|---|
Caption |
Human-friendly text to instruct the user. |
Value |
The current state of the button (i.e. True if pressed, otherwise False ). |
LinkedCell |
The address of a specified cell which is bidirectionally associated with control's value. |
name | description |
---|---|
Click (default) |
Triggers when the button is pressed or unpressed. |
Change |
Triggers when the button's value is changed. Triggers before the Click event in the control's event lifecycle. |