Options.DisableFeaturesbyDefault Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.