Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

which property

Gets which mouse button is pressed.

Internet Explorer 9

 

Syntax

JavaScript

p = object.which

 

Property values

Type: Number

1

No button is pressed.

2

The left mouse button is pressed.

3

The right mouse button is pressed.

Standards information

There are no standards that apply here.

Remarks

The which property is provided for compatibility only. The button property is preferred.

Note  The values that are returned by this property are the same as those returned by button plus one.
 

See also

DragEvent
MouseEvent
MouseWheelEvent
WheelEvent
button

 

 

Show:
© 2017 Microsoft