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