Options.EnableHangulHanjaRecentOrdering Property
True if Microsoft Word displays the most recently used words at the top of the suggestions list during conversion between Hangul and Hanja.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property EnableHangulHanjaRecentOrdering As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.EnableHangulHanjaRecentOrdering
instance.EnableHangulHanjaRecentOrdering = value
bool EnableHangulHanjaRecentOrdering { get; set; }
Property Value
Type: System.Boolean