Methods
The following methods are defined in the ImageButton class.
| Name | Description |
|---|---|
| ResetDisabledImage | Delete the image set by the SetDisabledImage method Added since Ver.5.0.3 Not supported in Mobile, AI |
| ResetImage | Delete the image set by the SetImage method |
| ResetHoveredImage | Delete the image set by the SetHoveredImage method Added since Ver.5.0.3 Not supported in Mobile, AI |
| ResetPushedImage | Delete the image set by the SetPushedImage method |
| ResetPushingImage | Delete the image set by the SetPushingImage method Added since Ver.5.0.3 Not supported in Mobile, AI |
| SetDisabledImage | Specifies the image to display on the inactive button Added since Ver.5.0.3 Not supported in Mobile, AI |
| SetImage | Set the image to be displayed on the button |
| SetHoveredImage | Specifies the image to display on the button when the mouse cursor is over the button Added since Ver.5.0.3 Not supported in Mobile, AI |
| SetPushedImage | Set the image to be displayed on the pressed button |
| SetPushingImage | Set the image to be displayed on the button that is pressed in toggle mode. Added since Ver.5.0.3 Not supported in Mobile, AI |