UpdateLabel

A label that automatically updates its properties.


Constructors:

New()

Properties:

Enabled As Boolean

True if the control is enabled (read-only).

Text As String

Text displayed in the control (read-only).


Events:

GetEnabled () As Boolean

Event fired to determine whether the control is enabled.

GetText () As String

Event fired to calculate the text to display.