IconClickEventArgsの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Windows.Forms.Control, _
ByVal As System.String, _
ByVal As System.Windows.Forms.MouseButtons, _
ByVal As System.Integer, _
ByVal As System.Drawing.Point _
)
public IconClickEventArgs(
System.Windows.Forms.Control ,
System.string ,
System.Windows.Forms.MouseButtons ,
System.int ,
System.Drawing.Point
)
パラメータ
- control
- 関連付けられたエラーを持つコントロール。
- error
- エラー説明テキスト。
- button
- アイコン上でクリックされたボタン。
- clicks
- マウスボタンがクリックされた回数。
- location
- 画面座標のマウスの位置。
参照