CMFCRibbonBaseElement::OnRTLChanged

Called by the framework when the layout changes direction.

virtual void OnRTLChanged(
   BOOL bIsRTL
);

Parameters

  • [in] bIsRTL
    This parameter is not used.

Remarks

By default this method does nothing. Override this method to adjust the ribbon element when the layout changes direction. The default layout direction is left-to-right.

Requirements

Header: afxbaseribbonelement.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCRibbonBaseElement Class