The Label control
A Label is a control that serves as a guide to the user. It provides static text that the user cannot change but can read to get information on a form.
Most controls on the form are not explicit at first glance and the user may not know what they are used for. Therefore,
you can assign a label to a control to help the user understand its purpose.
Any of the available options can be used.
The Label does not provide any Lookup options since it cannot contain lookup data.

Wrap
Values : True = wrap text, False = no wrap (Default value)
Perform text wrapping.
Underline
Values : True = underline text, False = no underlining (Default value)
Underlines the text.
Tooltip
Values : Any text
Set the tooltip of the label. Use ‘\n’ in order to add new-line characters.
