Share via


CMDIChildWndEx::EnableAutoHidePanes

Enables auto-hide mode for panes when they are docked at the specified sides of the window.

BOOL EnableAutoHidePanes(
   DWORD dwDockStyle
);

Parameters

  • [in] dwDockStyle
    Specifies the sides of the main frame window that is enabled. Use one or more of the following flags.

    • CBRS_ALIGN_LEFT

    • CBRS_ALIGN_RIGHT

    • CBRS_ALIGN_TOP

    • CBRS_ALIGN_BOTTOM

Return Value

TRUE if the method succeeds; otherwise FALSE.

Requirements

Header: afxmdichildwndex.h

See Also

Reference

CMDIChildWndEx Class

Hierarchy Chart