Application.CustomToolbarsFile property (Visio)

Returns or sets the name of the file that defines custom toolbars and status bars for an Application object. Read/write.

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.

Syntax

expression.CustomToolbarsFile

expression A variable that represents an Application object.

Return value

String

Remarks

If the object is not using custom toolbars, the CustomToolbarsFile property returns Nothing.

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.