SpellCheckerBase.GetCommandsByError(SpellCheckErrorBase) Method
In This Article
Creates a list of commands, available to the end-user, which depend on the type of misspelling.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
#Declaration
public virtual List<SpellCheckerCommand> GetCommandsByError(
SpellCheckErrorBase error
)
#Parameters
Name | Type | Description |
---|---|---|
error | Spell |
A DevExpress. |
#Returns
Type | Description |
---|---|
List<Spell |
A generic list of Spell |
#Remarks
The GetCommandsByError method is used to construct menu commands specific to different spelling check failure situations, such as a misspelled word with suggestions available, the same with no suggestions, repeated words and so on.
See Also