BOOL CBCGPDockManager::AddControlBar | ( | CBCGPBaseControlBar * | pWnd, |
BOOL | bTail = TRUE , |
||
BOOL | bAutoHide = FALSE , |
||
BOOL | bInsertForOuterEdge = FALSE |
||
) |
Registers a control bar with docking manager.
Call this member function to register non-floating, non-resizable ("statically docked") control bars with docking manager. If you don't register them, they won't be able to take a part in the docking layout and won't appear correctly.
pWnd | Points to a control bar to be registered. |
bTail | If TRUE, the control being registered will be added at the end of the list of control bars. |
bAutoHide | Internal, use default. |
bInsertForOuterEdge | Internal, use default. |