Menu.Style property (Visio)

Determines whether a menu shows an icon, a caption, or some combination. Read/write.

Syntax

expression.Style

expression A variable that represents a Menu 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.

Possible values for the Style property are listed in the following table. These constants are declared by the Visio type library in VisUIButtonStyle.

Constant Value
visButtonAutomatic 0
visButtonCaption 1
visButtonIcon 2
visButtonIconandCaption 3

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.