RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColorBox.OnDblClick Event

Occurs when the user double-clicks the left mouse button when the mouse pointer is over the control.

Pascal
property OnDblClick: TNotifyEvent;
C++
__property TNotifyEvent OnDblClick;

Use the OnDblClick event to respond to mouse double-clicks. 

 

OnClick 

Responding to User Actions at Runtime

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