AutoCorrect.CorrectHangulAndAlphabet Property

Returns or sets a value that indicates if Microsoft Word automatically applies the correct font to Latin words typed in the middle of Hangul text or vice versa.

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

Syntax

'Declaration
Property CorrectHangulAndAlphabet As Boolean
    Get
    Set
'Usage
Dim instance As AutoCorrect
Dim value As Boolean

value = instance.CorrectHangulAndAlphabet

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

Property Value

Type: System.Boolean

Remarks

For more information on using Word with Asian languages, see Microsoft Word help.

See Also

Reference

AutoCorrect Interface

AutoCorrect Members

Microsoft.Office.Interop.Word Namespace