Share via


UpdateUI Method [Visio 2003 SDK Documentation]

Causes Microsoft Office Visio to display changes to the user interface represented by a UIObject object.

object**.UpdateUI**

object     Required. An expression that returns a UIObject object that represents the user interface that was changed.

Version added

4.0

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.

Applies to | UIObject object

See Also | CustomMenus property | CustomToolbars property