Skip to main content

SpellChecker.SetSpellCheckerOptions(Control, OptionsSpelling) Method

Sets the options of spelling check specified for the control.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v23.2.dll

NuGet Package: DevExpress.Win.SpellChecker

Declaration

public void SetSpellCheckerOptions(
    Control control,
    OptionsSpelling options
)

Parameters

Name Type Description
control Control

An OptionsSpelling object containing the spell checking options.

options OptionsSpelling

A control for which the spell checking options are specified.

See Also