RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TButtonGroup.DoMouseWheelDown Method

OnMouseWheelDown event dispatcher.

Pascal
function DoMouseWheelDown(Shift: TShiftState; MousePos: TPoint): Boolean; override;
C++
virtual __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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!