Table of Contents

Method IsWordCorrect

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

IsWordCorrect(string)

Checks whether spelling for the given word is correct.

public virtual bool IsWordCorrect(string text)

Parameters

text string

Specifies text to check-up.

Returns

bool

True if correct; otherwise false.

IsWordCorrect(string, Point)

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

public virtual 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, StringItemInfo)

protected bool IsWordCorrect(string text, StringItemInfo colorStyle)

Parameters

text string
colorStyle StringItemInfo

Returns

bool