Wednesday, 23 April 2014

How to change the textbox boarder style in .net?

I can to change the boarder style of the textbox.



the syntax to change the boarder style.

txtbox1.BorderStyle = BorderStyle.blue
txtbox1.BorderWidth = 1

txtbox1.BorderStyle = BorderStyle.None
txtbox1.BorderWidth = 1

txtbox1.BorderStyle = BorderStyle.solid
txtbox1.BorderWidth = 1 

No comments:

Post a Comment