The label control has the following main properties:
| Property | Changes... |
| Name | Label Name |
| Caption | Label Text |
| BackColor | Background Colour |
| ForeColor | Text Colour |
| BackStyle | Back style - Opaque or Transparent |
| AutoSize | Whether the label Automatically resizes the control to display its entire contents. |
All of these properties can be set during runtime (when the code is running).
The label control has the following main events:
| Event | Occurs When... |
| Click() | The label is clicked |
| DblClick() | The label is double clicked |
| Change() | The label caption changes |
Comments