Wijmo UI for the Web
KeyDown Method
Syntax
Javascript (Usage) 
var instance; // Type: wijmo.input.IControl;
var value; // Type: any

// Parameters
var evt; // Type:  KeyboardEvent

value = instance.KeyDown(evt);
Javascript (Specification) 
function KeyDown( 
   evt : KeyboardEvent
) : any;

Parameters

evt
Browser Compatibility
7
5
5

See Also

Reference

IControl Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.