RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TButtonGroup.OnMouseWheelUp Event

Occurs when the mouse wheel is rotated upward.

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

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

 

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