A few controls with their suggested prefix are shown below:
| Icon | Prefix | Name | Example | Purpose |
| Btn | Button | BtnSave | User clicks to start an action. | |
| Cbo | Combo box | CboStates | Offers a list of choices in a drop down box. | |
| Chk | Checkbox | ChkMarried | Used for yes-no questions. | |
| Grp | GroupBox | GrpSize | Serves as a container for RadioButtons. | |
| Lbl | Label | LblGreeting | Displays information. | |
| Lnk | LinkLabel | LnkHelloWorld | User clicks to go to a web page. | |
| Lst | List box | LstShipping | Same as a combo box but all of the choices are visible in a list. | |
| Pic | Picture | PicComputer | Displays a picture. | |
| Rad | Radio button | RadMorning | Offers a group of choices - only one in group can be selected. | |
| Txt | Text Box | TxtLastName | Allows the user to type in answers. | |
| Vsb | Vertical scroll bar | VsbRate | Allows the user to select a numerical value without typing it. |