Table of Contents

Method IsWordCorrect

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

IsWordCorrect(string, Point)

When implemented by a class, checks whether spelling for the given word is correct.

bool IsWordCorrect(string text, Point position)

Parameters

text string

Specifies text to check-up.

position Point

Specifies position of the word in the text

Returns

bool

True if correct; otherwise false.

IsWordCorrect(string)

When implemented by a class, checks whether spelling for the given word is correct.

bool IsWordCorrect(string text)

Parameters

text string

Specifies text to check-up.

Returns

bool

True if correct; otherwise false.