CMFCRibbonBar::GetQuickAccessCommands
Retrieves a list of command IDs for the ribbon elements on the quick access toolbar.
void GetQuickAccessCommands(
CList<UINT,UINT>& lstCommands
);
Parameters
- [out] lstCommands
The list of command IDs for the ribbon elements on the quick access toolbar.
Remarks
The list does not contain ribbon elements that are control separators.
Requirements
Header: afxribbonbar.h
See Also
Concepts
Reference
Change History
Date |
History |
Reason |
---|---|---|
September 2008 |
Updated whole topic. |
Information enhancement. |