Share via


CDockingManager::RemoveMiniFrame

Removes a specified frame from the list of mini frames.

virtual BOOL RemoveMiniFrame(
   CPaneFrameWnd* pWnd
);

Parameters

  • [in] pWnd
    A pointer to a frame to remove.

Return Value

TRUE if the specified frame is removed; FALSE otherwise.

Requirements

Header: afxdockingmanager.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CDockingManager Class