InfoConnect for Unisys VBA Guide
Contains Function (KeyboardMapper)
The key sequence for which to query.
Returns whether there is a mapping for a specified key combination in the current keyboard map. This method only works for non-extended keys.
Syntax
object.Contains( _
   ByVal key As Keys _
) As Boolean

Parameters

key
The key sequence for which to query.

Return Value

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

 

 


2015 Attachmate

Send Feedback