property ExMenu.ScrollOnWheel as ScrollOnWheelEnum
Indicates whether the menu gets scrolled once the user rotates the mouse wheel.

TypeDescription
ScrollOnWheelEnum A ScrollOnWheelEnum expression that indicates whether the menu gets scrolled once the user rotates the mouse wheel.
By default, the ScrollOnWheel property is exScrollOnWheelJumpToArrow.  The ScrollOnWheel property indicates whether the menu gets scrolled once the user rotates the mouse wheel. For instance, you can disable scrolling the menu using the mouse wheel, by setting the ScrollOnWheel property on exScrollOnWheelDisabled.