UIObject.UpdateUI Method
Visio Automation Reference |
Causes Microsoft Office Visio to display changes to the user interface represented by a UIObject object.
Version Information
Version Added: Visio 4.0
Syntax
expression.UpdateUI
expression A variable that represents a UIObject object.
Return Value
Nothing
Remarks
The UpdateUI method updates the Visio user interface with changes made to a UIObject object during a session. Use the CustomMenus or CustomToolbars property of an Application object or Document object to obtain the UIObject object.
See Also