InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / IMouseMapper Interface / RemoveMapping Method
The mouse/key combination to remove the mapping for


In This Topic
RemoveMapping Method (IMouseMapper)
In This Topic
Removes a mouse mapping from the mouse map.
Syntax
'Declaration
 
Sub RemoveMapping( _
   ByVal mapping As MouseButtonCombination _
) 
 
'Usage
 
Dim instance As IMouseMapper
Dim mapping As MouseButtonCombination
 
instance.RemoveMapping(mapping)

Parameters

mapping
The mouse/key combination to remove the mapping for
See Also