InfoConnect for Airlines
Contains Method (IMouseMapper)


The mouse/key combination to query for.
Returns whether a mapping exists for the 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 to query for.

Return Value

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