CMFCRibbonBar::AddToTabs

Adds the specified ribbon element to the tabs row of the ribbon bar.

void AddToTabs(
   CMFCRibbonBaseElement* pElement 
);

Parameters

  • [in] pElement
    Pointer to a ribbon element.

Remarks

The ribbon element is positioned before any system buttons.

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.