Options.DoNotPromptForConvert Property

Sets or returns a Boolean that represents whether to prompt a warning dialog when the Convert command is invoked for documents that are in compatibility mode. Read/write.

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

Syntax

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

value = instance.DoNotPromptForConvert

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

Property Value

Type: System.Boolean
Boolean

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace