KeyboardEventDOM_KEY_LOCATION_NUMPAD Field
The key activation originated on the numeric keypad or with a virtual key corresponding to the numeric keypad (when there is more than one possible location for this key). Note that the NumLock key should always be encoded with a location of DOM_KEY_LOCATION_STANDARD.

Namespace: Aspose.Html.Dom.Events
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public const ulong DOM_KEY_LOCATION_NUMPAD = 3

Field Value

Type: UInt64
See Also