CMDIFrameWndEx::OnShowCustomizePane

Called by the framework when a Quick Customize pane is activated.

virtual BOOL OnShowCustomizePane(
   CMFCPopupMenu* pMenuPane,
   UINT uiToolbarID 
);

Parameters

  • [in] pMenuPane
    A pointer to the Quick Customize pane.

  • [in] uiToolbarID
    Control ID of the toolbar to customize.

Return Value

This method always returns TRUE.

Remarks

The Quick Customize pane is a menu that opens when the user clicks Customize on a toolbar.

Override this method in a derived class to make changes in the Quick Customize pane.

Requirements

Header: afxMDIFrameWndEx.h

See Also

Reference

CMDIFrameWndEx Class

Hierarchy Chart