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

CMFCRibbonBar::RemoveCategory

Deletes the specified ribbon category from the ribbon bar.

BOOL RemoveCategory(
   int nIndex 
);
[in] nIndex

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

TRUE if the specified ribbon category was deleted; otherwise FALSE.

The specified ribbon category is deleted from memory and from the category list.

Header: afxribbonbar.h

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