Handle the shortcut key event.
Syntax
Javascript (Usage) | |
---|
var instance = new wijmo.input.BaseUIProcess();
var value; // Type: any
// Parameters
var keyAction; // Type: any
var readOnly; // Type: any
var end; // Type: any
var start; // Type: any
value = instance.ProcessShortcutKey(keyAction, readOnly, end, start);
|
Javascript (Specification) | |
---|
function ProcessShortcutKey(
: any,
: any,
: any,
: any
) : any;
|
Parameters
- keyAction
- readOnly
- end
- start
Browser Compatibility
See Also
Reference
BaseUIProcess type