Method IsCharKey
IsCharKey(Key)
Determines if key is a character key.
public static bool IsCharKey(Key key)
Parameters
keyKeyTrue if key represents keyboard character;otherwise false.
Determines if key is a character key.
public static bool IsCharKey(Key key)
key KeyTrue if key represents keyboard character;otherwise false.