Options.DisplaySmartTagButtons Property

True for Microsoft Word to display a button directly above a smart tag when a mouse pointer is positioned over it.

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

Syntax

'Declaration
Property DisplaySmartTagButtons As Boolean
    Get
    Set
'Usage
Dim instance As Options
Dim value As Boolean

value = instance.DisplaySmartTagButtons

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

Property Value

Type: System.Boolean

Remarks

The smart tag button provides a drop-down menu from which a user can access smart tag options and actions.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace