Gets or sets a value indicating 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.
bool CapsLock {get; set;}
'Declaration
Property CapsLock As Boolean
'Usage
Dim instance As IScreen
Dim value As Boolean
instance.CapsLock = value
value = instance.CapsLock