Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / MouseMapper Object / RemoveMapping Method
A MouseButtonCombination object that contains the mouse/key combination for which to remove the mapping.
In This Topic
RemoveMapping Method (MouseMapper)
In This Topic
Removes a mouse mapping from the mouse map.
Syntax
expression.RemoveMapping( _
   ByVal mapping As MouseButtonCombination _
) 
where expression is a variable that represents a MouseMapper Object

Parameters

mapping
A MouseButtonCombination object that contains the mouse/key combination for which to remove the mapping.
See Also