Reflection
CapsLock Property


Returns or specifies whether the CapsLock keyboard function is in effect. When this property is True, pressing any letter key transmits the uppercase version of the letter to the host. While the CapsLockMode property is True, the CapsLock property is automatically set to False.
Syntax
'Declaration
 
Property CapsLock As Boolean
'Usage
 
Dim instance As IScreen
Dim value As Boolean
 
instance.CapsLock = value
 
value = instance.CapsLock
bool CapsLock {get; set;}
See Also