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


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)
    void RemoveMapping( 
       MouseButtonCombination mapping
    )

    Parameters

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