This topic has not yet been rated - Rate this topic

wheelDelta property

Gets the distance that a mouse wheel has rotated around the y-axis.

Internet Explorer 9

Syntax

HRESULT value = object.get_wheelDelta(* p);

Property values

Type: long

The distance in pixels.

Standards information

There are no standards that apply here.

Remarks

To get the mouse wheel rotation in other directions, use the WheelEvent object.

See also

IDOMWheelEvent::deltaY

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.