BCGControlBar Pro for MFC
virtual BOOL CBCGPVisualManager::IsLook2000Allowed ( ) const
inlinevirtual

Specifies whether "look 2000" option in the customization dialog is enabled.

Returns
Nonzero if the "look 2000" option is enabled in the customization dialog; otherwise 0;

Several skins may not support "look 2000" option. This function is called from the constructor of the CBCGPToolbarCustomize object and if it returns TRUE the BCGCUSTOMIZE_LOOK_2000 flag will not be set.

Override this member function in a CBCGPVisualManager - derived class if your skin does not support "look 2000" style. The default implementation returns TRUE.