Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether Microsoft PowerPoint displays the Paste Options button, which appears directly under newly pasted text. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property DisplayPasteOptions As MsoTriState
Get
Set
'Usage
Dim instance As Options
Dim value As MsoTriState
value = instance.DisplayPasteOptions
instance.DisplayPasteOptions = value
MsoTriState DisplayPasteOptions { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the DisplayPasteOptions property can be one of these MsoTriState constants.
Constant |
Description |
|---|---|
The PasteOptions button is not displayed. |
|
The PasteOptions button is displayed. |