Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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