RichTextBox for WPF
Initialize メソッド (C1SpellDialog)

C1.WPF.SpellChecker アセンブリ > C1.WPF.SpellChecker 名前空間 > C1SpellDialog クラス : Initialize メソッド
スペルチェックに使用する C1SpellChecker
スペルチェックするテキストを含む ISpellCheckableEditor
初期エラーリストを含む CharRangeList
指定されたパラメータを使用してダイアログを初期化します。
シンタックス
'宣言
 
Public Sub Initialize( _
   ByVal spell As C1SpellChecker, _
   ByVal editor As ISpellCheckableEditor, _
   ByVal errors As CharRangeList _
) 
public void Initialize( 
   C1SpellChecker spell,
   ISpellCheckableEditor editor,
   CharRangeList errors
)

パラメータ

spell
スペルチェックに使用する C1SpellChecker
editor
スペルチェックするテキストを含む ISpellCheckableEditor
errors
初期エラーリストを含む CharRangeList
参照

C1SpellDialog クラス
C1SpellDialog メンバ