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

Structure

This article describes the inner structure and organization of the elements which build the RadButtonTextBox control.

RadButtonTextBox is a derivative of RadTextBox and it internally uses

Figure 1: RadButtonTextBox's Elements Hierarchy

WinForms RadButtonTextBox Structure Elements Hierarchy

Figure 2: RadButtonTextBox's Structure

WinForms RadButtonTextBox Structure

  1. RadButtonTextBoxElement - represents the main element.
  2. StrechedHorizontalStackLayoutPanel - hosts the left/right button elements.
  3. RadTextBoxItem - handles the user's keyboard input.

See Also

In this article