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