void DoClick( );
Remarks
Call this function to simulate a mouse click action on the control. The overridable COleControl::OnClick member function will be called, and a stock Click event will be fired, if supported by the control.
This function is supported by the COleControl base class as a stock method, called DoClick. For more information, see the article ActiveX Controls: Methods in Visual C++ Programmer’s Guide.
COleControl Overview | Class Members | Hierarchy Chart
See Also COleControl::OnClick