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