MappedNumLockPreservesNumLock Property (ITerminal)
In This Topic
Gets or sets how Reflection responds to a NUM LOCK key press on the PC when it is mapped to emulate the action of a terminal key.
Syntax
'Declaration
Property MappedNumLockPreservesNumLock As Boolean
'Usage
Dim instance As ITerminal
Dim value As Boolean
instance.MappedNumLockPreservesNumLock = value
value = instance.MappedNumLockPreservesNumLock
bool MappedNumLockPreservesNumLock {get; set;}
Property Value
The default value is true.
See Also