A text box that automatically updates its text.
| New | () |
| Enabled | As Boolean | True if the control is enabled (read-only). |
| RealTime | As Boolean | True if the control responds to changes immediately. False if it waits until the focus has left the control. |
| Text | As String | Text displayed in the control (read-only). |
| GetError | () | As String |
| GetEnabled | () | As Boolean | Event fired to determine whether the control is enabled. |
| GetText | () | As String | Event fired to calculate the text to display. |
| SetText | (ByVal value As String) | Event fired when the displayed text changes. |