Properties of a Label
See Basic controls.
- Name
-
By default, the control ID appears as the name of the control. Change the ID to make the control easier to identify during mapping. For example, use "Prof_Details" instead of "label1".
- Text
-
Change the default text (label1) to something that provides useful information to a user. For example, use "Professional Details" instead of "label1". To change the text that appears at runtime, enter the new text in the Text box.
- Tooltip
-
Use tooltips to add supplementary information about a control at runtime.
For example, tell the user to use this form to enter professional details.
- Visible
-
Choose whether the control be visible at runtime. (Default: Yes)
- Security Token
-
Use security tokens to make the form information more secure. See Security tokens.
- Design
-
Configure the design properties. See Configure the design of a control.