Reflection
RemoveMapping Method (IMouseMapper)


The mouse/key combination for which to remove the mapping.
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)
void RemoveMapping( 
   MouseButtonCombination mapping
)

Parameters

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