Attachmate.Reflection.Emulation.IbmHosts Assembly > Attachmate.Reflection.Emulation.IbmHosts Namespace > MouseMapping Class : Mapping Property |
Gets
the action sequence associated with the keyboard mapping.'Declaration
Public ReadOnly Property Mapping As InputMapActionSequence
'Usage
Dim instance As MouseMapping Dim value As InputMapActionSequence value = instance.Mapping
public InputMapActionSequence Mapping {get;}
private MouseMapping mapping; private InputMapActionSequence inputMap; inputMap = mapping.Mapping;