Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / MappedNumlockPreservesNumlock Property
In This Topic
    MappedNumlockPreservesNumlock Property (IbmTerminal)
    In This Topic
    Gets or sets a value that specifies how the terminal responds when the user presses the PC NUM LOCK key when the key is mapped to emulate the action of a terminal key.
    Syntax
    expression.MappedNumlockPreservesNumlock As Boolean
    where expression is a variable that represents a IbmTerminal Object
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
    Remarks
    When this property is true (the default value) pressing the NUM LOCK key sends the mapped keystroke to the host and also preserves the current Num Lock state of the PC keyboard. When this property is false, pressing the NUM LOCK key sends the mapped keystroke to the host and turns the PC Num Lock state on or off. The Num Lock indicator light turns on and off each time you press the NUM LOCK key.

    The default value is true.

    See Also