Label
Allows the user to create a label.
Property Group | Property | Description |
---|---|---|
Basic | Label Text | Set the text of the label. (Fig. A) |
Behavior | On Blur | Click this to create an OnBlur event for the control. On Blur is triggered when the control loses focus. |
Behavior | On Create | Click this to create an OnCreate event for the control On Create is triggered when the control is painted to the GUI. |
Data | EpBinding | Set the data binding in the format of DataView.Column. This will replace what’s in the LabelText property. (Fig. B) |
Layout | Alignment | Set the alignment of the text to Right, Center, or Left. (Fig. C) |
State | Hidden | Hides the control from view. |
Figure A: Label Text
Figure B: EpBinding
Figure C: Alignment