RichTextBox for WPF
WordList クラス
メンバ 

C1.WPF.SpellChecker アセンブリ > C1.WPF.SpellChecker 名前空間 : WordList クラス
スペルチェック中に無視する単語のキー付きリストです。
シンタックス
'宣言
 
Public Class WordList 
   Inherits System.Collections.ObjectModel.KeyedCollection(Of Integer,String)
public class WordList : System.Collections.ObjectModel.KeyedCollection<int,string> 
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.WPF.SpellChecker.WordList

参照

WordList メンバ
C1.WPF.SpellChecker 名前空間