Share via


View.DisplaySmartTags Property

True for Microsoft Word to display an underline beneath smart tags in a document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property DisplaySmartTags As Boolean
    Get
    Set
'Usage
Dim instance As View
Dim value As Boolean

value = instance.DisplaySmartTags

instance.DisplaySmartTags = value
bool DisplaySmartTags { get; set; }

Property Value

Type: System.Boolean

Remarks

Smart tags are marked in documents with a dashed underline. Setting the DisplaySmartTags property to False does not remove smart tags; it only turns off displaying the underline.

See Also

Reference

View Interface

View Members

Microsoft.Office.Interop.Word Namespace