![]() | The Label component offers a facility to display constant values in a window. |
Label components cannot receive focus, which limits the number of events that can be recognized for the component in question.
The events that are recognized for components of the type Label are: Create and Destroy.
The default property for a label is Title.
The property list for a label is:
Property Name (MSM-Workstation) | Property Name (MWAPI) | Default Value | Value Range |
---|---|---|---|
AutoSize | 1 | Boolean value | |
BackColor | BCOLOR | Color | |
Border | FRAMED | 0 | Boolean value |
Container | Free text | ||
ForeColor | FCOLOR | Color | |
Message | ZMESSAGE | Free text | |
Name | Name of component (current window) | ||
NextControl | NEXTG | Name of component | |
Pointer | PTYPE | Pointer (extended) | |
PosLeft | POS | Positive numeric value | |
PosTop | POS | Positive numeric value | |
PosUnits | POS | Unit Specification | |
SizeHeight | SIZE | 10 | Positive numeric value |
SizeUnits | SIZE | Unit Specification | |
SizeWidth | SIZE | 40 | Positive numeric value |
TFontBold | TFSTYLE | Boolean value | |
TFontFace | TFFACE | Font face | |
TFontItalic | TFSTYLE | Boolean value | |
TFontSize | TFSIZE | Font size | |
TFontUline | TFSTYLE | Boolean value | |
Title | TITLE | [Title] | Free text |
Type | TYPE | LABEL | Type of component |
Units | UNITS | Unit Specification | |
Visible | VISIBLE | Boolean value | |
Go back to the alphabetic list of components.