My goal is totally fit image in toolStripButton and toolStripDropDownButton.
If a image in the button set with image property, I can not totally fit the image in the button. Because of margin, border, or something of the button.(I don't know exactly).
So I try to set the image in the button with BackgroudImage property. After I adjust some property(like AutoSize, Size and so on...), I can fit image in button.
but in this case, I can not see background image. It is disappear, when the mouse cursor is located in the button.
How can I solve this problem??
Image Property. I can not remove the gap between images.
BackgroundImage Property. I can not see the image, when mouse cursor is on the image.