CMFCToolBar::CanHandleSiblings
Determines whether the toolbar and its sibling are positioned on the same pane.
BOOL CanHandleSiblings();
Return Value
TRUE if the toolbar has a sibling and the toolbar and its sibling are positioned on the same pane; otherwise FALSE.
Remarks
The CMFCCustomizeButton::CreatePopupMenu method calls this method to determine how to show the Customize pop-up menu. If this method returns TRUE, the framework displays the Show Buttons on One Row or Show Buttons on Two Rows buttons.
You typically do not have to use this method. To enable the Customize button that appears on the toolbar, call the CMFCToolBar::EnableCustomizeButton method. To enable the Show Buttons on One Row or Show Buttons on Two Rows buttons, call CMFCToolBar::SetSiblingToolBar.
Requirements
Header: afxtoolbar.h
See Also
Reference
CMFCToolBar::EnableCustomizeButton
CMFCToolBar::IsOneRowWithSibling
CMFCToolBar::SetOneRowWithSibling
CMFCToolBar::SetTwoRowsWithSibling
CMFCToolBar::SetSiblingToolBar