RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTransparentControl.InterceptMouse Property

Specifies whether the control is transparent to the mouse.

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

If set to True, the transparent control captures mouse clicks. If set to False, the transparent control ignores mouse clicks. By default, this property is set to False. 

 

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