Expand Minimize
This topic has not yet been rated - Rate this topic

CMDIFrameWndEx::OnCloseMiniFrame

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

virtual BOOL OnCloseMiniFrame(
   CPaneFrameWnd*  
);
[in] pWnd

Pointer to the mini-frame window being closed.

TRUE if the floating mini-frame window can be closed. Otherwise, FALSE.

Override this method to handle hiding of floating mini-frame windows. Return FALSE if you want to prevent a floating mini-frame window from being hidden.

The default implementation does nothing and returns TRUE.

Header: afxMDIFrameWndEx.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.