The IImageButtonLook interface contains properties the determine the component look ImageButton in different states.
To get the configurations of the determined states of the component ImageButton the following properties are used:
IImageButton.DisabledLook - parameters of the button appearance in the disabled state.
IImageButton.HoverLook - parameters of button appearance on mouse over.
IImageButton.NormalLook - parameters of the button appearance in the normal state.
IImageButton.PressedLook - parameters of the button appearance when pressed.
| Property name | Brief description | |
| Background | The Background property determines the background image of the component. | |
| Font | The Font property defines the parameters of the font used to display text in a component. | |
| FontColor | Outdated.The FontColor property determines the inscription 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: