The IImageButtonLook interface contains properties that determine the look of the ImageButton component in different states.
To get the settings of the specific states of the ImageButton component, use the following properties:
IImageButton.DisabledLook - parameters of button appearance in the disabled state.
IImageButton.HoverLook - parameters of button appearance on mouseover.
IImageButton.NormalLook - parameters of button appearance in the normal state.
IImageButton.PressedLook - parameters of button appearance when pressed.
Property name | Brief description | |
Background | The Background property determines a background image of the component. | |
Font | The Font property determines parameters of the font that is used to display text in a component. | |
FontColor | Outdated.The FontColor property determines the label color of a button. | |
ImageIndex | The ImageIndex property determines index of the image that should be displayed on the button near the text. |
See also: