XLL+ Class Library (6.3)

CXlToolbar::DeleteToolbar

Deletes a toolbar

static void DeleteToolbar(
   const TCHAR* 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