BCGControlBar Pro for MFC
virtual BOOL CBCGPControlBar::DoesAllowSiblingBars ( ) const
inlinevirtual

Indicates whether it is possible to dock another control bar at the same row where this control bar is docked.

Returns
Nonzero if it's allowed to dock another control bar at the row taken by this control bar.

Indicates whether it is possible to dock another control bar at the same row where this control bar is docked.

An example of the control bar that may want to return FALSE is a menu bar. You can change the current mode by calling SetExclusiveRowMode().