Share via


Options.DisableFeaturesIntroducedAfterbyDefault Property

Disables all features introduced after a specified version for all documents.

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

Syntax

'Declaration
Property DisableFeaturesIntroducedAfterbyDefault As WdDisableFeaturesIntroducedAfter
    Get
    Set
'Usage
Dim instance As Options
Dim value As WdDisableFeaturesIntroducedAfter

value = instance.DisableFeaturesIntroducedAfterbyDefault

instance.DisableFeaturesIntroducedAfterbyDefault = value
WdDisableFeaturesIntroducedAfter DisableFeaturesIntroducedAfterbyDefault { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdDisableFeaturesIntroducedAfter

Remarks

The DisableFeaturesbyDefault property must be set to True prior to setting the DisableFeaturesIntroducedAfterbyDefault property. Otherwise, the setting will not take effect and will remain at its default setting of Word 97 for Windows.

The DisableFeaturesIntroducedAfterbyDefault property sets a global option for the application and affects all documents. If you want to disable features introduced after a specified version for a document only, use the DisableFeaturesIntroducedAfter property.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace