BCGControlBar Pro for MFC
virtual CBCGPPopupMenu* CBCGPToolbarMenuButton::CreatePopupMenu ( )
inlinevirtual

Called by the framework when a submenu associated with the toolbar menu button is being displayed.

Returns
A pointer to a CBCGPPopupMenu object that will display a submenu associated with the toolbar menu button.

This function called by the framework when the popup menu associated with the button is being displayed. The default implementation just constructs a new CBCGPPopupMenu object.

Reimplemented in CBCGPColorMenuButton.