Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a pointer to the ribbon panel that is located at the specified index.
CMFCRibbonPanel* GetPanel(
int nIndex
);
Parameters
- [in] nIndex
The zero-based index of a ribbon panel.
Return Value
Pointer to the ribbon panel that is located at the specified index.
Remarks
An exception is thrown if nIndex is out of range.
Requirements
Header: afxribboncategory.h
See Also
Concepts
Reference
Change History
Date |
History |
Reason |
|---|---|---|
October 2008 |
Updated whole topic. |
Information enhancement. |