CBasePane::OnRemoveFromMiniFrame

Called by the framework when a pane is removed from its parent mini frame window.

virtual void OnRemoveFromMiniFrame(
   CPaneFrameWnd* pMiniFrame
);

Parameters

  • [in] pMiniFrame
    A pointer to a mini-frame window from which the pane is removed.

Remarks

The framework calls this method when a pane is removed from its parent mini-frame window (as a result of docking, for example).

The default implementation does nothing.

Requirements

Header: afxbasepane.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CBasePane Class