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

In This Topic
    UserDictionary Class
    In This Topic
    Class that contains a list of additional words and methods for managing the list.
    Object Model
    UserDictionary Class
    Syntax
    'Declaration
     
    Public Class UserDictionary 
       Inherits SpellDictionaryBase
       Implements ISpellDictionary 
    public class UserDictionary : SpellDictionaryBase, ISpellDictionary  
    Remarks
    This class is used to store user dictionaries. It provides methods for adding and removing words, as well as saving the dictionary.
    Inheritance Hierarchy

    System.Object
       C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker.SpellDictionaryBase
          C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker.UserDictionary

    See Also