Wijmo UI for the Web
ProcessShortcutKey Method
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( 
   keyAction : any,
   readOnly : any,
   end : any,
   start : any
) : any;

Parameters

keyAction
readOnly
end
start
Browser Compatibility
7
5
5

See Also

Reference

BaseUIProcess type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.