SpellChecker.GetCommandsByError(SpellCheckErrorBase) Method
In This Article
Creates a list of commands available to the end-user, which depend on the type of misspelling and current spellchecker operation mode.
Namespace: DevExpress.Xpf.SpellChecker
Assembly: DevExpress.Xpf.SpellChecker.v14.2.dll
#Declaration
#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, dependent on the SpellCheckMode, specific to different spelling check failure situations, such as a misspelled word with suggestions available, the same with no suggestions, repeated word and so on.
See Also