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:

  1. flatstyle property of button
  2. apply appropriate image button

after setting flatstyle property, can control appearance on mouse-over , mouse-down looking flatappearance property.

example button properties using vs2008 .net 3.5


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -