| | Class | Description |
| | Button |
The Button control is a commonly used rectangular button. |
| | ButtonLabelPlacement |
The ButtonLabelPlacement class defines the constants for the allowed values
of the labelPlacement
property of a Button, CheckBox, LinkButton, or RadioButton control. |
| | ComboBase |
The ComboBase class is the base class for controls that display text in a
text field and have a button that causes a drop-down list to appear where
the user can choose which text to display. |
| | FormItemLabel |
The FormItem container uses a FormItemLabel object to display the
label portion of the FormItem container. |
| | HScrollBar |
The HScrollBar (horizontal ScrollBar) control lets you control
the portion of data that is displayed when there is too much data
to fit in a display area. |
| | Label |
The Label control displays a single line of noneditable text. |
| | List |
The List control displays a vertical list of items. |
| | RadioButton |
The RadioButton control lets the user make a single choice
within a set of mutually exclusive choices. |
| | RadioButtonGroup |
The RadioButtonGroup control defines a group of RadioButton controls
that act as a single mutually exclusive control; therefore,
a user can select only one RadioButton control at a time. |
| | TextInput |
The TextInput control is a single-line text field
that is optionally editable. |
| | ToolTip |
The ToolTip control lets you provide helpful information to your users. |
| | VScrollBar |
The VScrollBar (vertical ScrollBar) control lets you control
the portion of data that is displayed when there is too much data
to fit in a display area. |