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

CMDIFrameWndEx::OnEraseMDIClientBackground

Called by the framework when the MDI frame window processes a WM_ERASEBKGND message.

virtual BOOL OnEraseMDIClientBackground(
   CDC*  
);

TRUE if the application processes the message and erases the background.

Override this member function if you want to process the WM_ERASEBKGND message in a CMDIFrameWndEx-derived class.

Header: afxMDIFrameWndEx.h

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