Reputation: 552
I am using a Radtextbox
control in my vb2013 project. Was trying something new by rounding the radtextbox control. I used this piece of code to accomplish it but didn't worked. How can we achieve rounded corners for a RadTextbox
control.
[Code]: Me.RadTextBox1.TextBoxElement.Shape = Telerik.WinControls.ElementShape.
Upvotes: 0
Views: 206