CFrameWndEx::OnCloseMiniFrame

Called by the framework when the user clicks the Close button on a floating mini frame window.

virtual BOOL OnCloseMiniFrame(
   CPaneFrameWnd* pWnd
);

Return Value

TRUE if a floating mini frame window can be closed. FALSE otherwise.

Remarks

The default implementation does nothing. Override this method if you want to process the hiding of a floating mini frame window.

Requirements

Header: afxframewndex.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CFrameWndEx Class