Menu.State property (Visio)
Determines a menu's state, pressed or not pressed. Read/write.
expression.State
expression A variable that represents a Menu object.
Integer
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.
The State property can be one of the following constants declared by the Visio type library in VisUIButtonState.
Constant | Value | Description |
---|---|---|
visButtonUp | 0 | Button is not pressed |
visButtonDown | -1 | Button is pressed |
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.