VisUIBarPosition enumeration (Visio)

Values passed to and returned by the MenuSet.Position and Toolbar.Position properties.

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.

Constant Value Description
visBarBottom 3 Display docked at bottom of drawing window.
visBarFloating 4 Float in drawing window.
visBarLeft 0 Display docked at left of drawing window.
visBarMenu 6 Display in the menu bar.
visBarPopup 5 Float in drawing window.
visBarRight 2 Display docked at right of drawing window.
visBarTop 1 Display docked at top of drawing window.

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.