Adds a new separator to a toolbar
[C++]
static BOOL AddSeparator(
const char* pszToolbarName,
short int nPosition
);
static BOOL AddSeparator(
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 desired index of the separator within the toolbar.
The unique identifier of the toolbar.
Adds a separator to a toolbar.
Header: xltoolbar.h