A Button
A Dialog or a Dialog Box
A Text Box
|
A combo box is a box that holds a list of items, one of which you might be asked to select. Just like a text box, a label accompanies a combo box. And like a text box, a combo box is named after its label. For example, in the picture, the left combo box would be called The Software Companies Combo Box and the other would be The Software Products Combo Box. There are two kinds of combo boxes: dropdown and simple. On a dropdown combo box (sometimes (in other books) called a dropdown box)), you make your selection by clicking the arrow on the right side of the box, a list drops down; from there, click your choice. On a simple combo box, you make your selection by clicking an in the box. In either case, only one item can be selected from the list. |
A list box displays a list of items you can choose from. The functionality of a list box depends on the programmer who implemented it. Some list boxes allow only one item selection, while some others would allow more. Eventually, when you are given instructions to use a list box or to make a selection from it, you will be direction on the item or items to be selected. |
Property sheets, sometimes referred to as tabs (in other books), display paper sheet-like dialog boxes one in front of the other (s). You switch from one to another property sheet by clicking the appropriate tab, and then the new one comes in front. The number of property sheets on a property page differs from one implementation to another; in other words, it depends on the programmer. The word or group of words on the tab is called a caption. Just like a dialog, each property sheet is referred to by its caption. |
Like a property sheet, a wizard is made of various dialogs, this time, each dialog displays after other. A wizard is usually used to guide through a process of performing some actions. |
A check box allows you to make one or more selections by clicking the check box(es). Programmatically, a check box evaluates something as being true or false. A check box is referred to its caption (the whole line caption). For example, the first one of these check boxes is called The Meat Sauce Check Box. The 3rd one is called The Pepperoni Check Box. |
Radio buttons usually behave in a group of buttons. From the group, you usually can make only one selection. If you click one button, its radio button becomes selected; if you click another, the new one becomes selected and this deselects the last one. A radio button is referred to by its label. From the sample dialog, the 2nd radio button would be called The Shut Down Radio Button. The 3rd one is called The Restart Radio Button. |
A spin button functions like a gauge counter. To use it, you increase or decrease its value using the up and down pointing arrows on its right. Depending on how it is set up, you usually can type the desired value. A spin button is referred to by its label. The above spin button would be called The How Are You Spin Button. |
|
||
Copyright © 2003 FunctionX | ||
|