%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
mousebutton Property
See Also 
vdWebLibrary Namespace > vdmouseoverEventArgs Class : mousebutton Property
Returns the pressed mouse button when the event occured. 1 for Left, 2 for middle, 3 for right and 0 for no button pressed.

Syntax

JScript 
public function get mousebutton : int

See Also