Method IsCharKey
IsCharKey(Key)
Determines if key is a character key.
public static bool IsCharKey(Key key)
Parameters
key
KeyTrue 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.