Back to Devexpress

SpellCheckerBase.Check(String) Method

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerbase-dot-check-x28-system-dot-string-x29.md

latest1.7 KB
Original Source

SpellCheckerBase.Check(String) Method

Checks the spelling of words in a text string and invokes the spelling dialog if an error is found.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public virtual string Check(
    string text
)
vb
Public Overridable Function Check(
    text As String
) As String

Parameters

NameTypeDescription
textString

A String containing the text to be checked.

|

Returns

TypeDescription
String

A String of text processed by a spell-checker engine.

|

Remarks

Use the SpellCheckerBase.SpellingFormType property to set the type of the spelling dialog.

See Also

SpellCheckerBase Class

SpellCheckerBase Members

DevExpress.XtraSpellChecker Namespace