Expand Minimize
This topic has not yet been rated - Rate this topic

CMFCRibbonCategory::OnScrollHorz

Scrolls the ribbon category in the horizontal direction.

virtual BOOL OnScrollHorz(
   BOOL bScrollLeft,
   int nScrollOffset = 0
);
[in] bScrollLeft

TRUE to scroll to the left; FALSE to scroll to the right.

[in] nScrollOffset

The scroll distance in pixels.

TRUE if the ribbon category moved in a horizontal direction; otherwise FALSE.

Header: afxribboncategory.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.