MenuSet.SetID property (Visio)

Returns the set ID of a MenuSet object in its collection. Read-only.

Syntax

expression.SetID

expression A variable that represents a MenuSet object.

Return value

Long

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.

Each MenuSet object has a set ID that corresponds to a Microsoft Visio window context. For MenuSet objects, set IDs also correspond to shortcut menu sets.

You can retrieve an object from its collection by passing the object's set ID to the ItemAtID property. You can also set the set ID of an object by using the AddAtID method.

Valid set ID values are declared by the Visio type library in VisUIObjSets.

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.