CDockingManager::FindDockSite

Retrieves the bar pane that is at the specified position and that has the specified alignment.

virtual CDockSite* FindDockSite(
   DWORD dwAlignment,
   BOOL bOuter
);

Parameters

  • [in] dwAlignment
    The alignment of the bar pane.

  • [in] bOuter
    If TRUE, retrieve the bar in the head position in the list of control bars. Otherwise, retrieve the bar in the tail position in the list of control bars.

Return Value

The docking pane that has the specified alignment; NULL otherwise.

Requirements

Header: afxdockingmanager.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CDockingManager Class