How to set image for a toolbar button in disable state?
You can define image for button in enable state, but when
a button changes state in disable (toolbarButton1.Enable=False)
image is locked, and can not be changed through ImageIndex property.
How can I change it?
Nic