VB.Net - Button Style Modification -


i ask how buttonstyle called in .net:

http://i.stack.imgur.com/gvnuo.png

and how color borders gray? should in image.

that "flatstyle" button, can set style, text colour, border colour , mouse-over colour so:

button1.flatstyle = flatstyle.flat button1.forecolor = system.drawing.color.black button1.flatappearance.bordercolor = system.drawing.color.gray button1.flatappearance.mouseoverbackcolor = system.drawing.color.lightgray 

Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -