Deletes a toolbar
[C++]
static void DeleteToolbar(
const char* pszToolbarName
);
The name of the toolbar.
This argument can contain a resource ID string. This will be replaced at run-time by a string loaded from the resource file in the current preferred language, as returned by XllGetStringLanguageID.
Deletes the specified toolbar.
Header: xltoolbar.h