Skip to main content
A newer version of this page is available. .

SharedDictionaryStorage Class

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

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v18.1.dll

Declaration

[ToolboxBitmap(typeof(SharedDictionaryStorage), "Bitmaps256.SharedDictionaryStorage.bmp")]
[ToolboxTabName("DX.18.1: Components")]
public class SharedDictionaryStorage :
    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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SharedDictionaryStorage class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
MarshalByRefObject
Component
SharedDictionaryStorage
See Also