Hey all,
I'm using C# and WinForms.
When using a button with a BackgroundImage property, when I enable/disable the button, the image doesn't get gray... Result : The user is unable to tell if the button is enabled or disabled without trying to click it.
When using a button with a Image property, the image's behavior is correct but the image is not centered in the button !
As you can see in the picture, the first button uses BackgroundImage , the second one uses Image property but the minus sign is not centered properly... How can I manage this enable/disable state with a proper image's behavior ?
Thanks in advance !