CMFCRibbonBar::OnRTLChanged

Called by the framework when the layout changes direction.

virtual void OnRTLChanged(
   BOOL bIsRTL
);

Parameters

  • [in] bIsRTL
    TRUE if the layout is right-to-left; FALSE if the layout is left-to-right.

Remarks

This method adjusts the layout of all controls on the ribbon bar for the new layout direction.

Requirements

Header: afxribbonbar.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCRibbonBar Class

Change History

Date

History

Reason

October 2008

Updated whole topic.

Information enhancement.