InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / NumLock Property
In This Topic
    NumLock Property
    In This Topic
    Gets or sets whether the NumLock keyboard function is on or off.
    Syntax
    expression.NumLock As Boolean
    where expression is a variable that represents a Screen Object
    Remarks
    When this property is true, the numeric keypad is in numeric mode. When it is false, the numeric keypad is in cursor-positioning mode.
    See Also