Share via


Options.DoNotPromptForConvert Property

Returns or sets whether to prompt the user to convert a presentation that contains features that are not supported by versions of Microsoft PowerPoint earlier than Microsoft Office PowerPoint 2007. Read/write.

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

Syntax

'Declaration
Property DoNotPromptForConvert As MsoTriState
    Get
    Set
'Usage
Dim instance As Options
Dim value As MsoTriState

value = instance.DoNotPromptForConvert

instance.DoNotPromptForConvert = value
MsoTriState DoNotPromptForConvert { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTriState

Remarks

The value of the DoNotPromptForConvert property can be one of these MsoTriState constants.

Constant

Description

msoFalse

Prompt the user to convert.

msoTrue

Do not prompt the user to convert.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.PowerPoint Namespace