Represents the OK button of the form.
Syntax
'Declaration
Protected TextInputOkButton As Button
'Usage
Dim instance As TextInput
Dim value As Button
value = instance.TextInputOkButton
instance.TextInputOkButton = value
protected Button TextInputOkButton
See Also