[]
        
(Showing Draft Content)

C1.Win.SpellChecker.SpellDictionary

SpellDictionary Class

Class that contains a list of words and methods looking them up and loading them from a compressed file.

Inheritance
SpellDictionary
Implements
Namespace: C1.Win.SpellChecker
Assembly: C1.Win.SpellChecker.10.dll
Syntax
public class SpellDictionary : SpellDictionaryBase, ISpellDictionary
Public Class SpellDictionary
    Inherits SpellDictionaryBase
    Implements ISpellDictionary

Properties

Name Description
FileName

Gets or sets the name of the file that contains the dictionary.

Password

Sets the password needed to load password-protected dictionaries.

WordCount

Gets the number of words loaded in the dictionary.

Methods

Name Description
Contains(string)

Checks whether the dictionary contains a given word.

Load()

Loads the dictionary from the file specified by the FileName property.