A label that automatically updates its properties.
| New | () |
| Enabled | As Boolean | True if the control is enabled (read-only). |
| Text | As String | Text displayed in the control (read-only). |
| GetEnabled | () | As Boolean | Event fired to determine whether the control is enabled. |
| GetText | () | As String | Event fired to calculate the text to display. |