ComponentOne Maps for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker Namespace / UserDictionary Class
Properties Methods

In This Topic
    UserDictionary Class Members
    In This Topic

    The following tables list the members exposed by UserDictionary.

    Public Properties
     NameDescription
    Public PropertyGets or sets whether the dictionary is enabled. (Inherited from C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker.SpellDictionaryBase)
    Public PropertyOverridden. Gets or sets the name of the file that contains the 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.Web.Wijmo.Controls.C1Editor.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.Web.Wijmo.Controls.C1Editor.C1SpellChecker.SpellDictionaryBase)
    Top
    See Also