XLL+ Class Library

CXlToolbar::DeleteToolbar

Deletes a toolbar

[C++]
static void DeleteToolbar(
   const char* pszToolbarName
);

Parameters

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.

Return value

Returns TRUE if the toolbar was successfully deleted, and FALSE if the function failed.

Remarks

Deletes the specified toolbar.

Requirements

Header: xltoolbar.h

See Also

CXlToolbar Class | CXlToolbar Methods