CMFCToolBarsCustomizeDialog::RenameCategory
Renames a category in the list box of categories on the Commands page.
BOOL RenameCategory(
LPCTSTR lpszCategoryOld,
LPCTSTR lpszCategoryNew
);
[in] lpszCategoryOld
The category name to change.[in] lpszCategoryNew
The new category name.
TRUE if the method was successful; otherwise FALSE.
The category name must be unique.
Header: afxToolBarsCustomizeDialog.h