Find.HanjaPhoneticHangul Property

Returns or sets a Boolean that represents whether to locate phonetic Hangul and hanja characters in a Korean langauge find operation. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property HanjaPhoneticHangul As Boolean
    Get
    Set
'Usage
Dim instance As Find
Dim value As Boolean

value = instance.HanjaPhoneticHangul

instance.HanjaPhoneticHangul = value
bool HanjaPhoneticHangul { get; set; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

Find Interface

Find Members

Microsoft.Office.Interop.Word Namespace