Represents the input text box of the form.
Syntax
'Declaration
Public TextInputInputBox As TextBox
'Usage
Dim instance As TextInput
Dim value As TextBox
value = instance.TextInputInputBox
instance.TextInputInputBox = value
public TextBox TextInputInputBox
See Also