InfoConnect for Unisys
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.
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