Disabling toolbar buttons

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What is the workaround to prevent toolbar buttons from displaying a grey square where the image should be once the toolbar button is disabled

I have transparent color of the image list set to transparent (after trying every other color)

Toolbar images are set at design time - bound to an imagelist
 
Just a thought... Why not "virtually" disable the buttons by changing the
image to a disabled-appearing image of your choice and then just handle it
in the click event handler... if disabled do nothing.

Dale

markeboy said:
What is the workaround to prevent toolbar buttons from displaying a grey
square where the image should be once the toolbar button is disabled?
 
Back
Top