Method IsNumPadDigit
IsNumPadDigit(Key)
Gets whether the specified key is a NumPad digit.
public static bool IsNumPadDigit(Key key)
Parameters
keyKeyKey to test.
Returns
Remarks
There is also IsDigit(Key).
Gets whether the specified key is a NumPad digit.
public static bool IsNumPadDigit(Key key)
key KeyKey to test.
There is also IsDigit(Key).