CView::OnScroll

This member function is called by the framework to determine whether scrolling is possible.

Syntax

virtual BOOL CView::OnScroll( UINT nScrollCode, UINT nPos, BOOL bDoScroll = TRUE );

At a Glance

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

See Also

CView Overview, CView Member Functions, View Classes, CView::OnScrollBy, COleClientItem