Wijmo UI for the Web
IsKeyCodeContained Method
- The specified keyCode will be checked.
- The shortcuts's item.
Judge whether the keyCode is contained in the shortcuts's item.
Syntax
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( 
   keyCode : any,
   shortcut : 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.
Browser Compatibility
7
5
5

See Also

Reference

BaseUIProcess type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.