I have a TSpeedButton that should have 2 main statuses, one for the pressed status (down) and one when it's up. What i want to achieve is to display an icon of the glyph bitmap also when the button is not pressed and not enabled.
The bitmap contains 3 icons, one for the pressed button, one for the not pressed and one for the not pressed when the control is disabled.
Try this : The next sample code consider that you have loaded your icons/Bitmaps inside TimageList .
For the Third status you can do the same with SpeedButton1MouseLeave procedure .