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
See Also