ToolbarSets.AddAtID method (Visio)

Creates a new object with a specified ID in a collection.

Syntax

expression.AddAtID (lID)

expression A variable that represents a ToolbarSets object.

Parameters

Name Required/Optional Data type Description
lID Required Long The window context for the new object.

Return value

ToolbarSet

Remarks

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.

The ID corresponds to a window or context menu. If the collection already contains an object at the specified ID, the AddAtID method returns an error.

Valid IDs are declared by the Visio type library in member VisUIObjSets. Not all collections include an object for every possible ID.

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.