InfoConnect for Airlines VBA Guide
CapsLock Property
Gets or sets whether the CapsLock keyboard function is in effect.
Syntax
Object.CapsLock As Boolean
Remarks
When this property is true, pressing any letter key transmits the uppercase version of the letter to the host. (When the CapsLockMode property is true, the CapsLock property is automatically set to false.)
See Also