iMenuOnMouseWheel Method

Raises the System.Windows.Forms.Control.MouseWheel event.

Definition

Namespace: BeeMobile.iMenu
Assembly: BeeMobile.iMenu.NET48 (in BeeMobile.iMenu.NET48.dll) Version: 4.8.1.5
C#
protected override void OnMouseWheel(
	MouseEventArgs e
)

Parameters

e  MouseEventArgs
The mouse event arguments.

Remarks

You can use the mouse wheel to change the currently active page.

See Also