XLL+ Class Library (7.0)

CXlToolbar Methods

The methods of the CXlToolbar class are listed here.

Toolbar functions

public method static method AddToolbar Creates a new empty toolbar
public method static method DeleteToolbar Deletes a toolbar
public method static method ShowToolbar Sets the display options for a toolbar

Tool creation

public method static method AddSeparator Adds a new separator to a toolbar
public method static method AddTool Adds a new tool button to a toolbar
public method static method DeleteTool Deletes the specified tool or separator from a toolbar

Tool methods

public method static method AssignToTool Assigns a macro to a tool button
public method static method EnableTool Sets the enabled state of a tool button
public method static method PressTool Sets the down state of a tool button
public method static method SetToolBitmap Assigns a bitmap to a tool button

Construction

public method CXlToolbar Constructs a CXlToolbar object

Requirements

Header: xltoolbar.h

See Also

CXlToolbar Class | xltoolbar.h | Toolbars (User Guide) | Toolbars sample | Toolbars sample using resources | Dynamic toolbars sample