Back to Devexpress

SpellChecker.GetIgnoreList(Control) Method

windowsforms-devexpress-dot-xtraspellchecker-dot-spellchecker-dot-getignorelist-x28-system-dot-windows-dot-forms-dot-control-x29.md

latest1.7 KB
Original Source

SpellChecker.GetIgnoreList(Control) Method

Returns the list of words ignored during spell check.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.XtraSpellChecker.v25.2.dll

NuGet Package : DevExpress.Win.SpellChecker

Declaration

csharp
public IIgnoreList GetIgnoreList(
    Control control
)
vb
Public Function GetIgnoreList(
    control As Control
) As IIgnoreList

Parameters

NameTypeDescription
controlControl

A Control object.

|

Returns

TypeDescription
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

SpellChecker Class

SpellChecker Members

DevExpress.XtraSpellChecker Namespace