Skip to main content

SpellChecker.GetSpellCheckerOptions(Control) Method

Gets the options of spelling check specified for the control.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v23.2.dll

NuGet Package: DevExpress.Win.SpellChecker

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public OptionsSpelling GetSpellCheckerOptions(
    Control control
)

Parameters

Name Type Description
control Control

A control for which the spell checking options are specified.

Returns

Type Description
OptionsSpelling

An OptionsSpelling object containing the spell checking options.

See Also