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.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public const ulong DOM_KEY_LOCATION_NUMPAD = 3
Public Const DOM_KEY_LOCATION_NUMPAD As ULong = 3
public:
literal unsigned long long DOM_KEY_LOCATION_NUMPAD = 3
static val mutable DOM_KEY_LOCATION_NUMPAD: uint64
Field Value
Type:
UInt64See Also