Options.AlertIfNotDefault 属性

定义

返回或设置 C#) 中的布尔值 (布尔值,如果通知用户Word不是用于查看和编辑文档的默认程序,则为 True。 读写。

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

属性值

注解

AlertIfNotDefault 的设置对应于“告知我 Microsoft Word 是否不是”Word选项“对话框的”常规“选项卡上查看和编辑文档的默认程序。 (“文件”选项卡上的“选择选项”。)

适用于