Editor for ASP.NET Web Forms
AutoReplaceEventArgs コンストラクタ

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker 名前空間 > AutoReplaceEventArgs クラス : AutoReplaceEventArgs コンストラクタ
Control テキストが置き換えられる位置。
置き換えられようとするテキストを含む文字列。
置換テキストを含む文字列。
コントロールのテキスト内の found 文字列の位置。
AutoReplaceEventArgs の新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal control As System.Windows.Forms.Control, _
   ByVal found As System.String, _
   ByVal replace As System.String, _
   ByVal index As System.Integer _
)
public AutoReplaceEventArgs( 
   System.Windows.Forms.Control control,
   System.string found,
   System.string replace,
   System.int index
)

パラメータ

control
Control テキストが置き換えられる位置。
found
置き換えられようとするテキストを含む文字列。
replace
置換テキストを含む文字列。
index
コントロールのテキスト内の found 文字列の位置。
参照

AutoReplaceEventArgs クラス
AutoReplaceEventArgs メンバ