FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextInput Class / CapsLockVisible Property


In This Topic
CapsLockVisible Property (TextInput)
In This Topic
Gets or sets whether the caps lock warning text should be visible or not.
Syntax
'Declaration
 
Protected Overridable ReadOnly Property CapsLockVisible As Boolean
 
'Usage
 
Dim instance As TextInput
Dim value As Boolean
 
value = instance.CapsLockVisible
See Also