Using Appropriate Controls for Displaying Information

Windows provides the following controls for displaying information to the user: static controls, read-write edit controls, read-only edit controls, and status controls

Making the proper choice of control can improve the keyboard access to your application as well as its compatibility with accessibility aids. To choose a control that is appropriate for the user's interaction with the information, follow these guidelines:

The following illustration shows the static, read-only edit, write-only edit, and status controls described in the preceding list.