CWnd::OnVScroll

This member function is called by the framework when the user clicks the window's vertical scroll bar.

Syntax

afx_msg void OnVScroll( UINT nSBCode, UINT nPos, CScrollBar* pScrollBar );

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::SetScrollPos, CWnd::OnHScroll