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

CMFCRibbonCategory::OnRTLChanged

Called by the framework when the layout changes direction.

virtual void OnRTLChanged(
   BOOL bIsRTL
);
[in] bIsRTL

TRUE if the layout is right-to-left; FALSE if the layout is left-to-right.

This method adjusts the layout of all ribbon panels and ribbon elements that are contained in the ribbon category.

Header: afxribboncategory.h

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