Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / KeyboardMapping Class / Mapping Property
Example


In This Topic
Mapping Property (KeyboardMapping)
In This Topic
Gets the action sequence associated with the keyboard mapping.
Syntax
'Declaration
 
Public ReadOnly Property Mapping As InputMapActionSequence
 
'Usage
 
Dim instance As KeyboardMapping
Dim value As InputMapActionSequence
 
value = instance.Mapping
Example
KeyboardMapping map ;
InputMapActionSequence mapAction = map.Mapping;
See Also