SECControlBar::EnableDocking
voidSECControlBar::EnableDocking(DWORDdwDockStyle)
EnableDocking() is a copy of CControlBar::EnableDocking() except that it instantiates a derivative of SECDockContext instead.
Defined in: sbarcore.cpp
Return Value
void
Parameters
dwDockStyle
The valid styles are limited to:
CBRS_ALIGN_TOPAllows the control bar to be docked to the top of the client area of a frame window.
CBRS_ALIGN_BOTTOMAllows the control bar to be docked to the bottom of the client area of a frame window.
CBRS_ALIGN_LEFTAllows the control bar to be docked to the left side of the client area of a frame window.
CBRS_ALIGN_RIGHTAllows the control bar to be docked to the right side of the client area of a frame window.
CBRS_ALIGN_ANYAllows the control bar to be docked to any side of the client area of a frame window.
CBRS_FLOAT_MULTIAllows multiple control bars to be floated in a single mini-frame window.