SpellChecker.GetIgnoreList(Control) Method
Returns the list of words ignored during spell check.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.XtraSpellChecker.v24.1.dll
NuGet Package: DevExpress.Win.SpellChecker
Declaration
Parameters
Name | Type | Description |
---|---|---|
control | Control | A Control object. |
Returns
Type | Description |
---|---|
IIgnoreList | An object implementing the IIgnoreList interface. |
Remarks
When clicking the Ignore or Ignore All button, the corresponding words are added to the list of ignored words. Use the GetIgnoreList method to obtain this list.
See Also