Deletes the specified tool or separator from a toolbar
[C++]
static BOOL DeleteTool(
const char* pszToolbarName,
short int nPosition
);
static BOOL DeleteTool(
short int nToolbarID,
short int nPosition
);
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.
The index of the tool or separator within the toolbar.
The unique identifier of the toolbar.
Deletes the specified tool from a toolbar.
Header: xltoolbar.h