_Application.CheckLanguage 属性

定义

确定 Microsoft Word在键入时是否自动检测你使用的语言。 如果 Microsoft Word在键入时自动检测到你使用的语言,则返回 True;如果未自动检测语言,则返回 False

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

属性值

注解

如果未将 Word 设置为多语言编辑,则 CheckLanguage 属性始终返回 False

适用于