InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / CapsLock Property
In This Topic
    CapsLock Property
    In This Topic
    Gets or sets whether the CapsLock keyboard function is in effect.
    Syntax
    expression.CapsLock As Boolean
    where expression is a variable that represents a Screen Object
    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