InfoConnect API Guide
Attachmate.Reflection.Emulation.Common 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
    public InputMapActionSequence Mapping {get;}
    Example
    KeyboardMapping map ;
    InputMapActionSequence mapAction = map.Mapping;
    See Also