Options.DisplayPasteOptions Property
True for Microsoft Word to display the Paste Options button, which displays directly under newly pasted text.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property DisplayPasteOptions As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.DisplayPasteOptions
instance.DisplayPasteOptions = value
bool DisplayPasteOptions { get; set; }
Property Value
Type: System.Boolean