シンタックス
'宣言
Public Function New( _
ByVal As System.Windows.Forms.Control, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.Integer _
)
public AutoReplaceEventArgs(
System.Windows.Forms.Control ,
System.string ,
System.string ,
System.int
)
パラメータ
- control
- Control テキストが置き換えられる位置。
- found
- 置き換えられようとするテキストを含む文字列。
- replace
- 置換テキストを含む文字列。
- index
- コントロールのテキスト内の 文字列の位置。
参照