C# Button with Image does not get 'pushed' in when clicked
- by user318811
I'm dabbling in C#,and I'm rather inexperienced with it. I have a button with text and an image on it. When I run the program and press the button, the button gets pushed in, along with the text, but the Image stays static.
Does anyone know a workaround?