Returns whether there is a mapping for a specified key combination in the current keyboard map. This method only works for non-extended keys.
object.Contains( _
ByVal 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.