RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.MouseCapture Property

Indicates whether the control has "captured" mouse events.

Pascal
property MouseCapture: Boolean;
C++
__property Boolean MouseCapture;

Use MouseCapture to determine whether a control has captured the mouse. When a control captures the mouse, all subsequent mouse events go to that control until the user releases the mouse button. 

A control captures the mouse when the user drags an item from it. In addition, if the control has the csCaptureMouse flag set in its ControlStyle property, it captures the mouse when the user presses the left mouse button over it, until the user releases the mouse button. 

 

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