Application.CustomToolbarsFile Property
Visio Automation Reference |
Returns or sets the name of the file that defines custom toolbars and status bars for an Application object or a Document object. Read/write.
Version Information
Version Added: Visio 4.0
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.
See Also