CDockablePane::DockPaneStandard

Docks a pane by using outline (standard) docking.

virtual CPane* DockPaneStandard(
   BOOL& bWasDocked
);

Parameters

  • [in] bWasDocked
    When the method returns, this value contains TRUE if the pane was successfully docked; otherwise, it contains FALSE.

Return Value

If the pane was docked to a tabbed window, or if a tabbed window was created as a result of docking, this method returns a pointer to the tabbed window. If the pane was otherwise successfully docked, this method returns the this pointer. If docking failed, this method returns NULL.

Requirements

Header: afxdockablepane.h

See Also

Reference

CDockablePane Class

Hierarchy Chart