Share via


CMFCRibbonPanel::GetItemIDsList

Retrieves the command IDs for all ribbon elements in the ribbon panel.

void GetItemIDsList(
    CList<UINT, UINT>& lstItems
) const;

Parameters

  • [out] lstItems
    The list of command IDs for ribbon elements that are contained in the ribbon panel.

Requirements

Header: afxribbonpanel.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCRibbonPanel Class

Change History

Date

History

Reason

October 2008

Updated whole topic.

Information enhancement.