ToolbarSets Collection [Visio 2003 SDK Documentation]

Multiple objects
ToolbarSets
Multiple objects

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

Version added

4.0

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 Office 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.

Properties | Count property | Item property | ItemAtID property

Methods | Add method | AddAtID method

Parent Objects | UIObject Object

Child Objects | ToolbarSet Object

See Also | SetID property | ToolbarSets collection | UIObject object