BCGControlBar Pro for MFC
virtual BOOL CBCGPToolBar::AllowShowOnList ( ) const
inlineprotectedvirtual

Called by the framework to receive permission from a toolbar object to display the object in the list box on the toolbar customization page.

Returns
Nonzero if the toolbar object can be displayed in the list box on the toolbar customization page; otherwise 0.

This function is called by the framework to receive permission from a CBCGPBaseToolBar - derived object to display the object in the list box on the toolbar customization page.

The default implementation returns TRUE. Usually, you need to override this member function when a toolbar should not appear in the toolbars list in the customization dialog ("Toolbars" page).

Reimplemented in CBCGPColorBar.