ASPxClientUtils.GetKeyCode(htmlEvent) Method
In This Article
Gets the keyboard code for the specified event.
#Declaration
TypeScript
static GetKeyCode(
htmlEvent: any
): number
#Parameters
Name | Type | Description |
---|---|---|
html |
any | An object specifying the required HTML event. |
#Returns
Type | Description |
---|---|
number | The keyboard code of the specified event. |
See Also