MenuSet.Position property (Visio)

Gets or sets the position of an object. Read/write.

Syntax

expression.Position

expression A variable that represents a MenuSet object.

Return value

Integer

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.

Constants that represent possible Position property values are listed below. They are also declared by the Visio type library in VisUIBarPosition.

Constant Value
visBarLeft 0
visBarTop 1
visBarRight 2
visBarBottom 3
visBarFloating 4
visBarPopup 5
visBarMenu 6

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.