CScrollView::FillOutsideRect

This method fills the area of the view that appears outside of the scrolling area. Use FillOutsideRect in your scroll view’s CWnd::OnEraseBkgnd handler method to prevent excessive background repainting.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

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

See Also

CWnd::OnEraseBkgnd