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

CMFCRibbonBar::GetCategory

Retrieves a pointer to the ribbon category at the specified index.

CMFCRibbonCategory* GetCategory(
   int nIndex 
) const;
[in] nIndex

The zero-based index of a ribbon category in the list of ribbon categories that is contained in the ribbon bar.

A pointer to the ribbon category at the specified index; otherwise, NULL if nIndex was out of range.

Header: afxribbonbar.h

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