AutoCorrect Interface 

Represents the AutoCorrect functionality in Microsoft Word.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class utoCorrectImplementation
    Implements AutoCorrect
End Class
Dim utoCorrectImplementation1 As New utoCorrectImplementation()

Syntax

Public Interface AutoCorrect
public interface AutoCorrect
public interface class AutoCorrect
public interface AutoCorrect
public interface AutoCorrect

Remarks

Use the AutoCorrect property to return the AutoCorrect object.

The Entries property returns the AutoCorrectEntries object that represents the AutoCorrect entries in the AutoCorrect dialog box (Tools menu).

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

AutoCorrect Members