|
RAD Studio VCL Reference
|
Resizes the neighboring control when the user releases the mouse.
procedure MouseUp(Button: TMouseButton; Shift: TShiftState; X: Integer; Y: Integer); override;
virtual __fastcall MouseUp(TMouseButton Button, TShiftState Shift, int X, int Y);
After calling the inherited method, MouseUp resizes the neighboring control that was located when the mouse went down. After the control is resized, MouseUp generates an OnMoved event.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|