ToolbarItems.Item property (Visio)

Returns an object from a collection. The Item property is the default property for all collections. Read-only.

Syntax

expression.Item (Index)

expression A variable that represents a ToolbarItems object.

Parameters

Name Required/Optional Data type Description
Index Required Long Contains the index of the object to retrieve.

Return value

ToolbarItem

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.

When retrieving objects from a collection, you can omit Item from the expression because it is the default property for all collections. The following statement is equivalent to the syntax example given above:

objRet = object(index )

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.