WorksheetMouseWheel Method

Changing of the scrollbars values by mouse wheel.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
protected bool MouseWheel(
	PointF point,
	int delta
)

Parameters

point  PointF
Current cursor position.
delta  Int32
Mouse wheel value.

Return Value

Boolean

See Also