Expand Minimize
This topic has not yet been rated - Rate this topic

CMFCRibbonCategory::GetPanel

Returns a pointer to the ribbon panel that is located at the specified index.

CMFCRibbonPanel* GetPanel(
   int nIndex 
);
[in] nIndex

The zero-based index of a ribbon panel.

Pointer to the ribbon panel that is located at the specified index.

An exception is thrown if nIndex is out of range.

Header: afxribboncategory.h

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