<< Return to Main Index

< Return to Class Index

CGXMouseWheelPlugin::OnIMouseVScroll

virtual void OnIMouseVScroll(UINT nSBCode, UINT nScroll);

nSBCode

SB_PAGEUP   Scroll one page up.

nScroll

Contains the number of lines to scroll if the scroll-bar code is SB_LINEDOWN or SB_LINEUP. Not used otherwise.

Remarks

Called to scroll the parent window vertically. The method sends a WM_VSCROLL message to the parent window.

CGXMouseWheelPlugin

Class Overview | Class Members