BCGControlBar Pro for MFC
virtual BOOL CBCGPDockingControlBar::HasAutoHideMode ( ) const
inlinevirtual

Tells whether a docking control bar can be switched to the autohide mode.

Returns
Should return TRUE if the docking control bar can be switched to the autohide mode; otherwise FALSE.

This function is called by the framework when it needs to determine if a particular docking control bar can be switched to the autohide mode.

Override this function in a derived class if you want to disable the autohide mode for a specific docking control bar class.

Reimplemented in CBCGPBaseTabbedBar.