Returns whether the current keyboard map has a mapping for a specified key combination. This method only works for non-extended keys.
object.Contains( _
ByVal As Keys _
) As Boolean
Parameters
- key
- The key sequence to query for.
Return Value
True if the current keyboard map contains a mapping for key, false if not.