[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions when a mouse wheel down event occurs for the control.
Source position: comctrls.pp line 1974
protected function TCustomUpDown.DoMouseWheelDown( |
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 OnMouseWheel event handler in the ancestor class.
DoMouseWheelDown is an overridden method in TCustomUpDown. It calls the inherited method on entry to signal an assigned OnMouseWheelDown event handler for the control. If the mouse wheel event was not handled in the ancestor class, and a handle for the widget has not been assigned, the Click method for the decrement speed button is called to apply the mouse wheel event to the control.
|
Signals the OnMouseWheelDown handler. |
|
|
Signals the OnMouseWheel handlers, when the mouse wheel has been turned. |
Version 4.0 | Generated 2025-05-03 | Home |