WheelEvent Fields

The WheelEvent type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDOM_DELTA_LINE
The units of measurement for the delta MUST be individual lines of text. This is the case for many form controls.
Public fieldStatic memberDOM_DELTA_PAGE
The units of measurement for the delta MUST be pages, either defined as a single screen or as a demarcated page.
Public fieldStatic memberDOM_DELTA_PIXEL
The units of measurement for the delta MUST be pixels. This is the most typical case in most operating system and implementation configurations.
See Also