ToolbarItems Properties (Visio)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Properties

Name

Description

Count

Returns the number of objects in a collection. Read-only.

Item

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

Parent

Determines the parent of an object. Read-only.

ParentItem

Returns the parent object of a hierarchical toolbar. Read-only.