Options.DisableFeaturesIntroducedAfterbyDefault Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::WdDisableFeaturesIntroducedAfter DisableFeaturesIntroducedAfterbyDefault { Microsoft::Office::Interop::Word::WdDisableFeaturesIntroducedAfter get(); void set(Microsoft::Office::Interop::Word::WdDisableFeaturesIntroducedAfter value); };
public Microsoft.Office.Interop.Word.WdDisableFeaturesIntroducedAfter DisableFeaturesIntroducedAfterbyDefault { get; set; }
member this.DisableFeaturesIntroducedAfterbyDefault : Microsoft.Office.Interop.Word.WdDisableFeaturesIntroducedAfter with get, set
Public Property DisableFeaturesIntroducedAfterbyDefault As WdDisableFeaturesIntroducedAfter

Property Value

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.

Applies to