ShowSmartTags Property [Visio 2003 SDK Documentation]
Determines whether display of smart tags in Microsoft Office Visio is enabled.
boolRet = object.ShowSmartTags
object.ShowSmartTags = boolValue
boolRet Boolean. True if display of smart tags is enabled; False if it is disabled.
object Required. An expression that returns an ApplicationSettings object.
boolValue Required Boolean. True to enable display of smart tags; False to disable it.
Version added
2003
Remarks
Setting the ShowSmartTags property is equivalent to setting the Smart Tags option under Show on the View tab in the Options dialog box (Tools menu).
Applies to | ApplicationSettings object
See Also | ShowStartupDialog property