Options.DisableFeaturesbyDefault Property

Definition

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.

public:
 property bool DisableFeaturesbyDefault { bool get(); void set(bool value); };
public bool DisableFeaturesbyDefault { get; set; }
member this.DisableFeaturesbyDefault : bool with get, set
Public Property DisableFeaturesbyDefault As Boolean

Property Value

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.

Applies to