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

CMFCRibbonBar::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 controls on the ribbon bar for the new layout direction.

Header: afxribbonbar.h

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