<< Return to Main Index

< Return to Class Index

CGXControl::OnClickedButton

virtual void OnClickedButton(CGXChild* pChild);

pChild

Points to the clicked CGXChild. Can be NULL.

Remarks

This method is called when the user has clicked a button (e.g., a pushbutton). The base-class version of this method calls CGXGridCore::OnClickedButtonRowCol.

You can either override CGXGridCore::OnClickedButtonRowCol for all controls or subclass a specific control and override the control’s OnClickedButton method.

See Also

CGXGridCore::OnClickedButtonRowCol

CGXControl

Class Overview | Class Members