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

// Parameters
var mouseButton; // Type:  wijmo.input.MouseButton

value = instance.MouseDown(mouseButton);
Javascript (Specification) 
function MouseDown( 
   mouseButton : wijmo.input.MouseButton
) : any;

Parameters

mouseButton
Browser Compatibility
7
5
5

See Also

Reference

BaseUIProcess type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.