CWnd::OnPaint

This member function is called by the framework when Windows or an application makes a request to repaint a portion of an application's window.

Syntax

afx_msg void OnPaint( );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CWnd Overview, CWnd Member Functions, Window Class Categories, CWnd::BeginPaint, CWnd::EndPaint, CWnd::RedrawWindow, CPaintDC, CView::OnDraw