Controls
On a dialogue from, the following controls can be used:
| Icon | Name | Description |
|---|---|---|
![]() |
ButtonControl | Represents a Windows button control. |
![]() |
CheckBoxControl | Represents a Windows CheckBox. |
![]() |
CheckedListBoxControl | Displays a ListBox in which a check box is displayed to the left of each item. |
![]() |
ComboBoxControl | Represents a Windows combo box control. |
![]() |
DataGridViewControl | Displays data in a customizable grid. |
![]() |
DataSelectorControl | Displays two lists and allows relocating an item from one list to the other. |
![]() |
DateTimePickerControl | Represents a Windows control that allows the user to select a date and a time and to display the date and time with a specified format. |
![]() |
GroupBoxControl | Represents a Windows control that displays a frame around a group of controls with an optional caption. |
![]() |
LabelControl | Represents a standard Windows label. |
![]() |
ListBoxControl | Represents a Windows control to display a list of items. |
![]() |
ListViewControl | Represents a Windows list view control, which displays a collection of items that can be displayed using one of four different views. |
![]() |
MaskedTextBoxControl | Uses a mask to distinguish between proper and improper user input. |
![]() |
MonthCalendarControl | Represents a Windows control that enables the user to select a date using a visual monthly calendar display. |
![]() |
NumericUpDownControl | Represents a Windows spin box (also known as an up-down control) that displays numeric values. |
![]() |
PanelControl | Used to group collections of controls. |
![]() |
PictureBoxControl | Represents a Windows picture box control for displaying an image. |
![]() |
RadioButtonControl | Enables the user to select a single option from a group of choices when paired with other RadioButton controls. |
![]() |
RichTextBoxControl | Represents a Windows rich text box control. |
![]() |
TextBoxControl | Represents a Windows text box control. |
![]() |
TreeViewControl | Displays a hierarchical collection of labeled items. |
All controls, except for DataSelectorControl, are full analogs of standard controls available in the .NET Framework. Control names have the prefix Control to avoid name conflicts. Thus, the ButtonControl corresponds to the Button element in the .NET Framework.



















