Event handler signalled for a leftward movement of the mouse wheel.
Source position: controls.pp line 1573
protected property TControl.OnMouseWheelLeft : TMouseWheelUpDownEvent |
OnMouseWheelLeft is a TMouseWheelUpDownEvent property with the event handler signalled when the mouse wheel is "tilted" towards the left. It is signalled (when assigned) from the DoMouseWheelLeft method, and occurs when the LM_MOUSEHWHEEL message is handled in the WMMouseHWheel method.
Applications can implement and assign a TMouseWheelUpDownEvent to perform actions needed when the event has occurred in the control. The arguments to the event handler include:
There are several horizontal mouse wheel event handlers, and they are signalled in order until a handler is found that responds to the event notification. These include:
OnMouseWheelLeft, and the other horizontal mouse wheel event handlers, require a mouse with a tilting scroll wheel to generate the event notification.
|
Event handler signalled for a rightward movement of the mouse wheel. |
|
|
Event handler signalled for a horizontal movement of the mouse wheel. |
|
|
Event handler for mouse wheel turned. |
|
|
Type of OnMouseWheelUp/Down event handlers. |
CT Web help |
CodeTyphon Studio |