InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / MouseMapping Class / MouseMapping Constructor / MouseMapping Constructor(MouseButtonCombination,InputMapActionSequence)
The mouse/key combination being mapped.
Optional parameters associated with the action. If there are no parameters needed for the action, null may be specified for this parameter.


In This Topic
    MouseMapping Constructor(MouseButtonCombination,InputMapActionSequence)
    In This Topic
    Constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal button As MouseButtonCombination, _
       ByVal mapping As InputMapActionSequence _
    )
    'Usage
     
    
    Dim button As MouseButtonCombination
    Dim mapping As InputMapActionSequence
     
    Dim instance As New MouseMapping(button, mapping)

    Parameters

    button
    The mouse/key combination being mapped.
    mapping
    Optional parameters associated with the action. If there are no parameters needed for the action, null may be specified for this parameter.
    See Also