ApplicationClass.CheckLanguage Property
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Property CheckLanguage As Boolean
Get
Set
'Usage
Dim instance As ApplicationClass
Dim value As Boolean
value = instance.CheckLanguage
instance.CheckLanguage = value
public virtual bool CheckLanguage { get; set; }
Property Value
Type: System.Boolean