Reputation: 3
i have a simple toolstrip button. Once I setup the background image of the button, image lose its one of the color. I am not sure what I am doing wrong here.
Before setup:
After background setup:
Somehow the arrow lose its color in the image. I am not sure if something to do with the transparency. There is no code. I just set the background image from properties.
Upvotes: 0
Views: 391
Reputation: 31
Upvotes: 0
Reputation: 915
The ToolStripButton
class has an ImageTransparentColor property. The arrow in your image seems to match this color (magenta by default).
Upvotes: 1