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

ISpellChecker.CheckText(Object, String, Int32, CultureInfo) Method

Checks the specified text in the specified control with the specified culture.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v18.2.dll

Declaration

ICheckSpellingResult CheckText(
    object control,
    string text,
    int index,
    CultureInfo culture
)

Parameters

Name Type Description
control Object

A control to check.

text String

A string that is a text to check.

index Int32

An integer specifying the start position within the string.

culture CultureInfo

The CultureInfo object that specifies the culture settings (the symbols encoding, language and phonetic specifics).

Returns

Type Description
ICheckSpellingResult

An object exposing the ICheckSpellingResult interface.

See Also