Options.DisableFeaturesbyDefault Property

True for Microsoft Word to disable in all documents all features introduced after the version of Word specified in the DisableFeaturesIntroducedAfterbyDefault property. The default value is False.

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

Syntax

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

value = instance.DisableFeaturesbyDefault

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

Property Value

Type: System.Boolean

Remarks

The DisableFeaturesByDefault property sets a global option for the application. If you want to disable features introduced after Word 97 for Windows for the document only, use the DisableFeatures property.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace