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
Post a Comment