InvisibleApp.CustomMenus Property
Visio Automation Reference |
Gets a UIObject object that represents the current custom menus and accelerators of an Application object or a Document object. Read-only.
Version Information
Version Added: Visio 4.0
Syntax
expression.CustomMenus
expression A variable that represents an InvisibleApp object.
Return Value
UIObject
Remarks
If Microsoft Office Visio menus and accelerators have not been customized, either programmatically, by a Visio solution, or in the user interface, the CustomMenus property returns Nothing.
Example
This Microsoft Visual Basic for Applications (VBA) macro shows how to get the currently active user interface (UI) for your document without replacing the application-level custom UI. You must write additional code to add your custom UI items.
Visual Basic for Applications |
---|
|
See Also