PopupEventArgsオブジェクトの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Windows.Forms.Form, _
ByVal As System.Windows.Forms.Control, _
ByVal As System.Drawing.Point, _
ByVal As System.String _
)
public PopupEventArgs(
System.Windows.Forms.Form ,
System.Windows.Forms.Control ,
System.Drawing.Point ,
System.string
)
パラメータ
- form
- ツールチップを含む Form。
- control
- ツールチップのテキストを含む Control。
- location
- ツールチップの左上隅を指定する System.Drawing.Point。
- text
- ツールチップに表示される文字列。
参照