Expand Minimize
This topic has not yet been rated - Rate this topic

CFrameWndEx::EnableDocking

Enables the docking of the panes of the frame window.

BOOL EnableDocking(
   DWORD dwDockStyle 
);
[in] dwDockStyle

Specifies the side of the main frame window where the pane bar docks.

TRUE if a bar pane can be successfully docked at the specified side. FALSE otherwise.

The dwDockStyle parameter can have one of the following values:

  • CBRS_ALIGN_TOP

  • CBRS_ALIGN_BOTTOM

  • CBRS_ALIGN_LEFT

  • CBRS_ALIGN_RIGHT

Header: afxframewndex.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.