Change bitmap when mouse cursor is over button in class ttoobar ?
Regards
Eroni
This is possible?
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Eroni,
You need to modify the Class TToolBar in order to do it:
You need to modify the Class TToolBar in order to do it:
Code: Select all
...
do case
case nCode == TTN_GETDISPINFO
::ChangeBitmap( <nButton>, <nImage> )
...