Bagikan melalui


Options.DisplayPasteOptions Property

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

msoFalse

The PasteOptions button is not displayed.

msoTrue

The PasteOptions button is displayed.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.PowerPoint Namespace