virtual void OnClick( USHORT iButton );
Parameters
iButton
Index of a mouse button. Can have one of the following values:
Remarks
Called by the framework when a mouse button has been clicked or the DoClick stock method has been invoked. The default implementation calls COleControl::FireClick.
Override this member function to modify or extend the default handling.
COleControl Overview | Class Members | Hierarchy Chart
See Also COleControl::DoClick, COleControl::FireClick