ToolbarSets object (Visio)

Includes a ToolbarSet object for each window context that can display toolbars.

Note

Starting with Visio 2010, the Microsoft Office Fluent user interface (UI) replaced the previous system of layered menus, toolbars, and task panes. VBA objects and members that you used to customize the user interface in previous versions of Visio are still available in Visio, but they function differently.

Remarks

To retrieve a ToolbarSets collection, use the ToolbarSets property of a UIObject object.

The default property of a ToolbarSets collection is Item.

Unlike other Microsoft Visio collections, the ToolbarSets collection is indexed starting with zero (0) rather than 1.

A ToolbarSet object is identified in the ToolbarSets collection by its SetID property, which corresponds to a Visio window context. For a list of SetID values for ToolbarSet objects, see the SetID property.

Methods

Properties

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.