CWindowEraseBkgndEvent Class
class CWindowEraseBkgndEvent: public CWinEventBase
This class encapsulates a Windows erase background message.Defined in: WindowEvents.h
Class Members
inline CWindowEraseBkgndEvent(const UINT nMessageID, const WPARAM wParam = 0, const LPARAM lParam = 0L)
Construct an erase background event from a message ID, WPARAM, and LPARAM.
inline virtual bool Dispatch(IQueryGuid* pIListener)
Dispatches the event to the given event listener.
inline virtual HDC GetDC() const
Return the device context.