Controls That Present Choices to Users

Most applications need to present choices to their users, ranging from a simple yes/no option to selecting from a list containing hundreds of possibilities. ATEasy includes several standard controls that are useful for presenting choices. The following table summarizes these controls and their appropriate uses.

 

To provide this feature

Use this control

See

A small set of choices from which a user can choose one or more options.

ACheckBox

Choosing Options with ACheckBox Controls

A small set of options from which a user can choose just one.

ARadioButton (use with AGroupBox if additional groups are needed)

Selecting Options With ARadioButton Controls

A scrollable list of choices from which the user can choose.

AListBox

Using the AListBox and AComboBox Controls

A scrollable list of choices along with a text edit field. The user can either choose from the list or type a choice in the edit field.

AComboBox

Using the AListBox and AComboBox Controls