UIObject.DisplayTooltips Property

Visio Automation Reference

Determines whether ToolTips are shown in toolbars. Read/write.

Version Information
 Version Added:  Visio 2000

Syntax

expression.DisplayTooltips

expression   A variable that represents a UIObject object.

Return Value
Boolean

Remarks

It doesn't matter which UIObject object you use when getting or setting this property. The property affects the entire application and always affects the appearance of ToolTips in the current visible set of toolbars.

Beginning with Microsoft Visio 2002, this setting corresponds to the Show ScreenTips on toolbars setting on the Options tab in the Customize dialog box (Tools menu), and is shared between Visio and all Microsoft Office applications.

See Also