Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / CapsLock Property


In This Topic
CapsLock Property
In This Topic
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.
Syntax
'Declaration
 
Property CapsLock As Boolean
 
'Usage
 
Dim instance As IScreen
Dim value As Boolean
 
instance.CapsLock = value
 
value = instance.CapsLock
See Also