Back to Devexpress

SpellChecker.SetSpellCheckerOptions(Control, OptionsSpelling) Method

windowsforms-devexpress-dot-xtraspellchecker-dot-spellchecker-dot-setspellcheckeroptions-x28-system-dot-windows-dot-forms-dot-control-devexpress-dot-xtraspellchecker-dot-optionsspelling-x29.md

latest1.6 KB
Original Source

SpellChecker.SetSpellCheckerOptions(Control, OptionsSpelling) Method

Sets the options of spelling check specified for the control.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.XtraSpellChecker.v25.2.dll

NuGet Package : DevExpress.Win.SpellChecker

Declaration

csharp
public void SetSpellCheckerOptions(
    Control control,
    OptionsSpelling options
)
vb
Public Sub SetSpellCheckerOptions(
    control As Control,
    options As OptionsSpelling
)

Parameters

NameTypeDescription
controlControl

An OptionsSpelling object containing the spell checking options.

| | options | OptionsSpelling |

A control for which the spell checking options are specified.

|

See Also

SpellChecker Class

SpellChecker Members

DevExpress.XtraSpellChecker Namespace