Share via


CDockingManager::AlignAutoHidePane

Resizes a docking pane in autohide mode so that it takes the full width or height of the frame’s client area surrounded by dock sites.

void AlignAutoHidePane(
   CPaneDivider* pDefaultSlider,
   BOOL bIsVisible = TRUE
);

Parameters

  • [in] pDefaultSlider
    The docking slider pane.

  • [in] bIsVisible
    TRUE if the docking pane is visible; FALSE otherwise.

Requirements

Header: afxdockingmanager.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CDockingManager Class