Label and text box controls are used to display or enter text. Use labels when you want your application to display text on a form. Use text boxes when you want to allow the user to enter text. Labels contain text that can only be read, while text boxes contain text that can be edited.
|
To provide this feature |
Use this control |
See |
|
Text that is displayed only, for example to identify a field on a form or display instructions to the user |
ALabel |
|
|
Text that can be edited by the user, for example an order entry field or a password box |
ATextBox |