Share via


CMFCRibbonEdit::OnRTLChanged

Called by the framework to update the CMFCRibbonEdit Class control 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.

Requirements

Header: afxribbonedit.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCRibbonEdit Class

Change History

Date

History

Reason

September 2008

Updated whole topic.

Information enhancement.