Options.AlertIfNotDefault 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.
Returns or sets a Boolean (bool in C#) that is True if users are notified if Word is not the default program for viewing and editing documents. Read-write.
public:
property bool AlertIfNotDefault { bool get(); void set(bool value); };
public bool AlertIfNotDefault { get; set; }
member this.AlertIfNotDefault : bool with get, set
Public Property AlertIfNotDefault As Boolean
Property Value
Remarks
The setting of AlertIfNotDefault corresponds to the setting of Tell me if Microsoft Word isn’t the default program for viewing and editing documents on the General tab of the Word Options dialog box. (Choose Options on the File tab.)