RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.OnMouseWheelDown Event

Occurs when the mouse wheel is rotated downward.

Pascal
property OnMouseWheelDown: TMouseWheelUpDownEvent;
C++
__property TMouseWheelUpDownEvent OnMouseWheelDown;

Write code in the OnMouseWheelDown event handler to perform actions when the mouse wheel is rotated downward. OnMouseWheelDown occurs only if the message is not already handled in an OnMouseWheel event handler. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!