Table of Contents

Method HasAutoCorrection

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

HasAutoCorrection(string, out string)

When implemented by a class, checks whether specified word has correction.

bool HasAutoCorrection(string word, out string correctWord)

Parameters

word string

Word that should be corrected.

correctWord string

Receives a corrected word.

Returns

bool

True if word has correction; otherwise false.