Wijmo UI for the Web
KeyPress Method
Handle the onkeypress event.
Syntax
Javascript (Usage) 
var instance = new wijmo.input.BaseUIProcess();
var value; // Type: any

// Parameters
var e; // Type:  any

value = instance.KeyPress(e);
Javascript (Specification) 
function KeyPress( 
   e : any
) : any;

Parameters

e
Browser Compatibility
7
5
5

See Also

Reference

BaseUIProcess type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.