XLL+ Class Library (7.0)

CXlToolbar::PressTool

Sets the down state of a tool button

static BOOL PressTool(
   const TCHAR* pszToolbarName,
   short int nPosition,
   bool bDown
);
static BOOL PressTool(
   short int nToolbarID,
   short int nPosition,
   bool bDown
);

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.

nPosition

The index of the tool within the toolbar.

bDown

Sets whether the tool is down (true) or up (false).

nToolbarID

The unique identifier of the toolbar.

Return Value

Returns TRUE if the tool's state was successfully set, and FALSE if the function failed.

Requirements

Header: xltoolbar.h

See Also

CXlToolbar Class | CXlToolbar Methods