Sets the down state of a tool button
[C++]
static BOOL PressTool(
const char* pszToolbarName,
short int nPosition,
bool bDown
);
static BOOL PressTool(
short int nToolbarID,
short int nPosition,
bool bDown
);
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 within the toolbar.
Sets whether the tool is down (true) or up (false).
The unique identifier of the toolbar.
Header: xltoolbar.h