Expand Minimize
1 out of 1 rated this helpful - Rate this topic

CMFCRibbonBar::GetElementsByID

Retrieves an array of pointers to all ribbon elements that have a specific command ID.

void GetElementsByID(
   UINT uiCmdID,
   CArray<CMFCRibbonBaseElement* ,CMFCRibbonBaseElement*>& arButtons 
);
[in] uiCmdID

Command ID of a ribbon element.

[out] arButtons

An array of pointers to ribbon elements.

Multiple ribbon elements can have the same command ID because some ribbon elements can be copied to the quick access toolbar.

Header: afxribbonbar.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.