Call this member function to fill the area of the view that appears outside of the scrolling area. Use FillOutsideRect in your scroll view's OnEraseBkgnd handler function to prevent excessive background repainting.
void FillOutsideRect( CDC* pDC, CBrush* pBrush );
Header file: | Afxwin.h |
Platforms: | |
Versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
CScrollView Overview, CScrollView Member Functions, View Classes, CWnd::OnEraseBkgnd