ToolBar Object

Properties   Events   Methods   Example    See Also

Creates a custom toolbar.

Syntax

ToolBar

Remarks

Use the ToolBar object to create your own toolbars for your applications.

The following list describes the properties of a custom toolbar:

Although any control can be placed on a toolbar, some controls, such as a list box, may be too large to fit properly in a docked toolbar. These controls can be programmatically removed from the toolbar when the toolbar is docked and replaced with a smaller version of the same control or a different control.

For additional information about creating toolbars, see Chapter 11, Designing Menus and Toolbars, in the Programmer's Guide.