In Vb.net, i changed the button backcolor on mousehover event, but on mouseleave event i cannot change the color of button to standard style. Button is looking in full silver color and missing the usual glossy look
On Mousehover event i gave Button1.BackColor = Color.Orange and on Mouseleave event i gave Button1.BackColor = Color.Silver , but could not get the default style of a button. Wat to do to get back the default style of button?