Table of Contents

Method IsNumPadDigit

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IsNumPadDigit(Key)

Gets whether the specified key is a NumPad digit.

public static bool IsNumPadDigit(Key key)

Parameters

key Key

Key to test.

Returns

bool

Remarks

There is also IsDigit(Key).