Skip to main content

ASPxClientUtils.GetKeyCode(htmlEvent) Method

Gets the keyboard code for the specified event.

Declaration

static GetKeyCode(
    htmlEvent: any
): number

Parameters

Name Type Description
htmlEvent any

An object specifying the required HTML event.

Returns

Type Description
number

The keyboard code of the specified event.

See Also