COleControl::FireDblClick

 

Called by the framework when the mouse is double-clicked over an active control.

Syntax

void FireDblClick( );

Remarks

If this event is defined as a custom event, you determine when the event is fired.

For automatic firing of a DblClick event to occur, the control's Event map must have a stock DblClick event defined.

Requirements

Header: afxctl.h

See Also

COleControl Class
Hierarchy Chart
COleControl::FireClick
COleControl::FireMouseDown
COleControl::FireMouseUp