View.DisplaySmartTags Property

Definition

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

public:
 property bool DisplaySmartTags { bool get(); void set(bool value); };
public bool DisplaySmartTags { get; set; }
member this.DisplaySmartTags : bool with get, set
Public Property DisplaySmartTags As Boolean

Property Value

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.

Applies to