Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Renames a category in the list box of categories on the Commands page.
BOOL RenameCategory(
   LPCTSTR lpszCategoryOld,
   LPCTSTR lpszCategoryNew 
);
Parameters
- [in] lpszCategoryOld 
 The category name to change.
- [in] lpszCategoryNew 
 The new category name.
Return Value
TRUE if the method was successful; otherwise FALSE.
Remarks
The category name must be unique.
Requirements
Header: afxToolBarsCustomizeDialog.h