InvisibleApp.Settings Property
Visio Automation Reference |
Returns an ApplicationSettings object, which you can use to set Microsoft Office Visio application properties. Read-only.
Version Information
Version Added: Visio 2003
Syntax
expression.Settings
expression A variable that represents an InvisibleApp object.
Return Value
ApplicationSettings
Remarks
Use the Settings property of the Application object to get an ApplicationSettings object that you can then use to set various application properties corresponding to those in the Options dialog box (Tools menu) and the Snap & Glue dialog box (Tools menu).
Example
This MIcrosoft Visual Basic for Applications (VBA) macro shows how to use the Settings property to get an ApplicationSettings object. It also shows how to use the RecentFilesListSize property to get the number of entries in the list of recently used files in Visio.
Visual Basic for Applications |
---|
|
See Also