Skip to main content

OptionsSpellingBase.CombineOptions(OptionsSpellingBase) Method

Combines spelling options set for the SpellChecker and the control whose content is checked.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public virtual void CombineOptions(
    OptionsSpellingBase controlOptions
)

Parameters

Name Type Description
controlOptions OptionsSpellingBase

An OptionsSpellingBase object specifying the spelling options set for the control.

Remarks

This method is for internal use only.

See Also