Share via


CustomToolbarsFile Property [Visio 2003 SDK Documentation]

Returns or sets the name of the file that defines custom toolbars and status bars for an Application object or a Document object.

strRet = object**.CustomToolbarsFile**

object**.CustomToolbarsFile** = fileStr

strRet     String. The name of the file that defines the current custom toolbars for the object.

object     Required. An object that returns an Application or Document object.

fileStr     Required String. The name of the file that defines new custom toolbars for the object.

Version added

4.0

Remarks

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

Applies to | Application object | Document object | InvisibleApp object

See Also | CustomMenus property | CustomMenusFile property | CustomToolbars property