CScrollView::FillOutsideRect

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.

Syntax

void FillOutsideRect( CDC* pDC, CBrush* pBrush );

At a Glance

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

See Also

CScrollView Overview, CScrollView Member Functions, View Classes, CWnd::OnEraseBkgnd