Options.AllowCombinedAuxiliaryForms Property
True if Microsoft Word ignores auxiliary verb forms when checking spelling in a Korean language document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AllowCombinedAuxiliaryForms As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.AllowCombinedAuxiliaryForms
instance.AllowCombinedAuxiliaryForms = value
bool AllowCombinedAuxiliaryForms { get; set; }
Property Value
Type: System.Boolean