New to Telerik UI for WinForms? Download free 30-day trial

Structure

RadTextBoxElement is created for the purpose of reusability, as it is not a control, but an element (* Refer to Telerik Presentation Framework section about the difference. *) e.g. RadTextBoxElement can be used in RadGridView control.

RadTextBox Elements Hierarchy

WinForms RadButtonTextBox Elements Hierarchy

  • FillPrimitive and BorderPrimitive set the overall background and border properties of the control.

  • The most important node is RadTextBoxItem which hosts the standard.NET TextBox control.

See Also

In this article