| A | B |
| command | basic button |
| text box | used for user input |
| label | used for descriptive data on form |
| image | light weight control to hold a picture |
| frame | control used to group radio buttons |
| scroll | bar used for allow input at a specific range |
| radio | button for allowing only one of many choices |
| checkbox | allows a user to check or uncheck options |
| visible | property used to make control invisible |
| enable | property used to gray out a control |
| top | property that tells in pixels the Y coordinate |
| left | property that tells in pixels the X coordinate |
| caption | property that represents what is show on a label |
| ole | control that allows you to import functionality from other programs |
| default | property that determines whether the button can be selected by pressing enter |