RAD Studio VCL Reference
|
Provides visual feedback of how the neighboring control would be resized.
procedure MouseMove(Shift: TShiftState; X: Integer; Y: Integer); override;
virtual __fastcall MouseMove(TShiftState Shift, int X, int Y);
After calling the inherited method, MouseMove computes the new boundaries of the neighboring control and draws a line where the new edge would be. The control is not actually resized until the mouse is released.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|