InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / MappedNumlockPreservesNumlock Property


In This Topic
    MappedNumlockPreservesNumlock Property (IIbmTerminal)
    In This Topic
    Gets or sets a value that specifies how the terminal behaves when a user presses a PC NUM LOCK key that is mapped to emulate the action of a terminal key.
    Syntax
    'Declaration
     
    
    Property MappedNumlockPreservesNumlock As Boolean
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As Boolean
     
    instance.MappedNumlockPreservesNumlock = value
     
    value = instance.MappedNumlockPreservesNumlock
    bool MappedNumlockPreservesNumlock {get; set;}
    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), pressing the NUM LOCK key sends the mapped keystroke to the host and 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 also toggles the PC Num Lock state. The Num Lock indicator light toggles on or off each time you press the NUM LOCK key.

    See Also