RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomControlBar.MouseMove Method

Handles mouse movements.

Pascal
procedure MouseMove(Shift: TShiftState; X: Integer; Y: Integer); override;
C++
virtual __fastcall MouseMove(TShiftState Shift, int X, int Y);

MouseMove generates an OnMouseMove event and then performs special processing if a control is being undocked from the control bar or moved within the control bar. 

Shift indicates the state of the Alt, Ctrl, and Shift keys and the state of the mouse buttons. 

X and Y are the current position of the mouse. 

 

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