I have a standard button on my WinForm
with some text and an image. It looks like this:
How can I set the button so that the image is aligned just to the left of the text? I have tried ImageAlign
, but that doesn't seem to take into account the button's text.