Button script interface
The IButtonInstance
interface derives from IDOMInstance to add APIs specific to the Button plugin.
Button events
See instance event for standard instance event object properties.
- "click"
- Fired when the button is clicked, or the checkbox state is toggled.
Button APIs
- text
- The string currently displayed as the button or checkbox label.
- tooltip
- The string used as the tooltip for the button or checkbox.
- isEnabled
- A boolean indicating if the control is enabled or disabled.
- isChecked
- A boolean indicating if the checkbox is checked. For button style controls this is always false.
Construct 3 Manual
Construct.net
2019-08-12
2021-12-14
You are here:
Search this manual:
This manual entry was last updated on 14 Dec, 2021 at 16:20