BOOL CBCGPToolbarCustomize::RenameCategory | ( | LPCTSTR | lpszCategoryOld, |
LPCTSTR | lpszCategoryNew | ||
) |
Renames a category in the list box of categories on the "Commands" page.
Call this function to rename a category in the list box of categories on the "Commands" page. The category name must be unique.
lpszCategoryOld | The category name to change. |
lpszCategoryNew | The new category name. |