CDockingManager::BringBarsToTop

Brings the docked bars that have the specified alignment to the top.

void BringBarsToTop(
   DWORD dwAlignment = 0,
   BOOL bExcludeDockedBars = TRUE
);

Parameters

  • [in] dwAlignment
    The alignment of the dock bars that are brought to the top of other windows.

  • [in] bExcludeDockedBars
    TRUE to exclude the docked bars from being on top; otherwise FALSE.

Requirements

Header: afxdockingmanager.h

See Also

Reference

CDockingManager Class

Hierarchy Chart