<< Return to Main Index

< Return to Class Index

CGXMouseWheelPlugin::OnIMouseHScroll

virtual void OnIMouseHScroll(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 horizontally. The method sends a WM_HSCROLL message to the parent window.

CGXMouseWheelPlugin

Class Overview | Class Members