Back to Devexpress

SharedDictionaryStorage Class

windowsforms-devexpress-dot-xtraspellchecker-a542e3f7.md

latest1.6 KB
Original Source

SharedDictionaryStorage Class

The component that holds dictionaries available for different instances of the SpellChecker component.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.XtraSpellChecker.v25.2.dll

NuGet Package : DevExpress.Win.SpellChecker

Declaration

csharp
public class SharedDictionaryStorage :
    Component
vb
Public Class SharedDictionaryStorage
    Inherits Component

Remarks

Use this component to hold the dictionaries that can be dynamically attached to the spell checker dictionary collection, and detached from it when necessary. This feature is helpful when the application forms should use different sets of dictionaries for spell checking.

Inheritance

Object MarshalByRefObject Component SharedDictionaryStorage

See Also

SharedDictionaryStorage Members

DevExpress.XtraSpellChecker Namespace