Skip to content

Control.OnMouseWheel

Xusinboy Bekchanov edited this page Nov 5, 2023 · 3 revisions

Control.OnMouseWheel Event

Occurs when the mouse wheel moves while the control has focus (Windows, Linux).

Definition

Namespace: My.Sys.Forms

Syntax

OnMouseWheel As Sub(ByRef Designer As My.Sys.Object, ByRef Sender As Control, Direction As Integer, x As Integer, y As Integer, Shift As Integer)

Parameters

Part Type Description
Designer My.Sys.Object The designer of the object that received the signal. When an object is created without a designer, the designer will be empty. This can be checked with the command: Designer.IsEmpty()
Sender Control The object which received the signal
Direction Integer
x Integer
y Integer
Shift Integer

See also

Clone this wiki locally