[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions when a mouse wheel left event occurs for the control.
Source position: comctrls.pp line 1976
protected function TCustomUpDown.DoMouseWheelLeft( |
Shift: TShiftState; |
MousePos: TPoint |
):Boolean; override; |
Shift |
|
Shift, Ctrl, or Alt modifier for the mouse wheel event. |
MousePos |
|
Coordinates for the mouse pointer when the wheel event was received. |
Returns True if the mouse wheel event was handled by an OnMouseWheelLeft event handler in the ancestor class.
Version 4.0 | Generated 2025-05-03 | Home |