RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.DoMouseWheelDown Method

OnMouseWheelDown event dispatcher.

Pascal
function DoMouseWheelDown(Shift: TShiftState; MousePos: TPoint): Boolean; dynamic;
C++
__fastcall Boolean DoMouseWheelDown(TShiftState Shift, TPoint MousePos);

The DoMouseWheel method calls DoMouseWheelDown to generate an OnMouseWheelDown event. 

The Shift parameter indicates the state of the Shift, Alt, and Ctrl keys. 

The MousePos parameter indicates the position of the mouse pointer. 

DoMouseWheelDown returns true if an event handler indicates that it handled the message, and false otherwise. 

Override DoMouseWheelDown to perform class-specific tasks in addition to calling the event handler when the mouse wheel is rotated downward. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!