See Also Examples Applies To
Occurs when the wheel on the mouse rotates.
Syntax
Sub object_MouseWheelControl (UpDown)
The MouseWheelControl syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| UpDown | Required. Integer. 0: the wheel rotates down to up, 1: the weel rotates up to down |