ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.8 Assembly / C1.Win.C1SpellChecker Namespace / UserDictionary Class
Fields Properties Methods Events


In This Topic
    UserDictionary Class Members
    In This Topic

    The following tables list the members exposed by UserDictionary.

    Protected Fields
     NameDescription
    Protected FieldGets or sets whether the dictionary is enabled. (Inherited from C1.Win.C1SpellChecker.SpellDictionaryBase)
    Protected FieldName of the file where the word list was loaded from. (Inherited from C1.Win.C1SpellChecker.SpellDictionaryBase)
    Protected FieldC1SpellChecker that owns the dictionary. (Inherited from C1.Win.C1SpellChecker.SpellDictionaryBase)
    Protected FieldGets or sets a DictionaryState value that indicates whether the dictionary has been loaded or why it hasn't. (Inherited from C1.Win.C1SpellChecker.SpellDictionaryBase)
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether the dictionary is enabled. (Inherited from C1.Win.C1SpellChecker.SpellDictionaryBase)
    Public PropertyOverridden. Gets or sets the name of the file that contains the dictionary.  
    Public PropertyGets a DictionaryState value that indicates whether the dictionary was loaded successfully. (Inherited from C1.Win.C1SpellChecker.SpellDictionaryBase)
    Public PropertyGets or sets an array with all the words in the user dictionary.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a word to the dictionary.  
    Public MethodClears the dictionary removing all words in it.  
    Public MethodOverridden. Checks whether the dictionary contains a given word.  
    Public MethodEnsures the dictionary is loaded, reading words from the file if necessary. (Inherited from C1.Win.C1SpellChecker.SpellDictionaryBase)
    Public MethodRemoves a word from the dictionary.  
    Public MethodSaves the dictionary back to a file.  
    Public MethodGets a string that represents this object. (Inherited from C1.Win.C1SpellChecker.SpellDictionaryBase)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Gets the fully qualified name of the file that contains the user dictionary.  
    Protected MethodOverridden. Loads the dictionary from a file.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when bad word was added to the user dictionary.  
    Top
    See Also