UpdateTextBox

A text box that automatically updates its text.


Constructors:

New()

Properties:

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).


Methods:

GetError () As String

Events:

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.