Judge whether the keyCode is contained in the shortcuts's item.
Javascript (Usage) | |
---|
var instance = new wijmo.input.BaseUIProcess();
var value; // Type: bool
// Parameters
var keyCode; // Type: any
var shortcut; // Type: any
value = instance.IsKeyCodeContained(keyCode, shortcut);
|
Javascript (Specification) | |
---|
function IsKeyCodeContained(
: any,
: any
) : bool;
|
Parameters
- keyCode
- - The specified keyCode will be checked.
- shortcut
- - The shortcuts's item.
Return Value
Returns true if contains the specified keyCode action; else return false.