c# - How to hide/remove buttonclick animation -
i wonder how can disable buttonclick animation windows forms button. mean is, when click on button, doesnt being pressed, stays solid.
i dont want change to
button1.enabled = false; as still want clickable , colour.
hope understand asking for, searched through properties of button didnt find seemed work, maybe missed something?
you must following:
- flatstyle property of button
- apply appropriate image button
after setting flatstyle property, can control appearance on mouse-over , mouse-down looking flatappearance property.

Comments
Post a Comment