C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker Namespace / WordList Class
Members

WordList Class
Keyed list of words to ignore while spell-checking.
Object Model
WordList Class
Syntax
'Declaration
 
Public Class WordList 
   Inherits System.Collections.ObjectModel.KeyedCollection(Of Integer,String)
 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker.WordList

See Also