Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / KeyboardMapper Property


In This Topic
KeyboardMapper Property (ITerminal)
In This Topic
Gets the KeyboardMapper object.
Syntax
'Declaration
 
ReadOnly Property KeyboardMapper As IKeyboardMapper
 
'Usage
 
Dim instance As ITerminal
Dim value As IKeyboardMapper
 
value = instance.KeyboardMapper
See Also