MenuSets Collection [Visio 2003 SDK Documentation]

Multiple objects
MenuSets
Multiple objects

Includes a MenuSet object for each Microsoft Office Visio window context that has menus.

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

Version added

4.0

Remarks

The default property of a MenuSets collection is Item.

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

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

Properties | Count property | Item property | ItemAtID property

Methods | Add method | AddAtID method

Parent Objects | UIObject Object

Child Objects | MenuSet Object

See Also | MenuSet object | MenuSets property | SetID property | UIObject object