Find.CorrectHangulEndings Property
Determines if Microsoft Word automatically corrects Hangul endings when replacing Hangul text.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property CorrectHangulEndings As Boolean
Get
Set
'Usage
Dim instance As Find
Dim value As Boolean
value = instance.CorrectHangulEndings
instance.CorrectHangulEndings = value
bool CorrectHangulEndings { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True if Microsoft Word automatically corrects Hangul endings when replacing Hangul text, and False if not.