Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IMouseMapper Interface / Contains Method
The mouse/key combination for which to query.


In This Topic
Contains Method (IMouseMapper)
In This Topic
Returns whether there is a mapping for a specified mouse/key combination in the current mouse map.
Syntax
'Declaration
 
Function Contains( _
   ByVal mapping As MouseButtonCombination _
) As Boolean
 
'Usage
 
Dim instance As IMouseMapper
Dim mapping As MouseButtonCombination
Dim value As Boolean
 
value = instance.Contains(mapping)

Parameters

mapping
The mouse/key combination for which to query.

Return Value

True if the current keyboard map contains a mapping for key, false if not.
See Also