CDockingManager::HideAutoHidePanes

Hides a pane that is in autohide mode.

void HideAutoHidePanes(
   CDockablePane* pBarToExclude = NULL,
   BOOL bImmediately = FALSE
);

Parameters

  • [in] pBarToExclude
    A pointer to a bar to exclude from hiding.

  • [in] bImmediately
    TRUE to hide the pane immediately; FALSE to hide the pane with the autohide effect.

Requirements

Header: afxdockingmanager.h

See Also

Reference

CDockingManager Class

Hierarchy Chart