Options.AlertIfNotDefault Property

Definition

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.)

Applies to