CGXMouseWheelPlugin::OnIMouseHScroll

virtual void OnIMouseHScroll(UINT nSBCode, UINT nScroll);

nSBCode

  • Specifies a scroll-bar code that indicates the user's scrolling request:

  • SB_LINEDOWNScroll one line down.

  • SB_LINEUPScroll one line up.

  • SB_PAGEDOWNScroll one page down.

SB_PAGEUPScroll 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