Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a dock pane and inserts it into the list of control bars.
BOOL InsertDockSite(
const AFX_DOCKSITE_INFO& info,
DWORD dwAlignToInsertAfter,
CDockSite** ppDockBar = NULL
);
Parameters
[in] info
A structure that contains the alignment information about the dock pane.[in] dwAlignToInsertAfter
Alignment of the dock pane.[out] ppDockBar
A pointer to a pointer to a dock pane.
Return Value
TRUE if the dock pane was created successfully; FALSE otherwise.
Requirements
Header: afxdockingmanager.h