Skip to main content
A newer version of this page is available. .

CheckSpellingResult(String, Int32, Int32, CheckSpellingResultType) Constructor

Initializes a new instance of the CheckSpellingResult object with default settings.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v20.2.Core.dll

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

public CheckSpellingResult(
    string text,
    int index,
    int length,
    CheckSpellingResultType result
)

Parameters

Name Type Description
text String

The target text

index Int32

A start position

length Int32

An end position

result CheckSpellingResultType

The type of the check result

See Also