TextInputCapsLockWarning Field (TextInput)
In This Topic
Represents the informational warning when caps lock button is on.
Syntax
'Declaration
Protected TextInputCapsLockWarning As Label
'Usage
Dim instance As TextInput
Dim value As Label
value = instance.TextInputCapsLockWarning
instance.TextInputCapsLockWarning = value
protected Label TextInputCapsLockWarning
See Also