TreeView for WinForms
PopupEventArgs コンストラクタ

C1.Win.4.5.2 アセンブリ > C1.Win.C1SuperTooltip 名前空間 > PopupEventArgs クラス : PopupEventArgs コンストラクタ
ツールチップを含む Form
ツールチップのテキストを含む Control
ツールチップの左上隅を指定する System.Drawing.Point
ツールチップに表示される文字列。
PopupEventArgsオブジェクトの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal form As System.Windows.Forms.Form, _
   ByVal control As System.Windows.Forms.Control, _
   ByVal location As System.Drawing.Point, _
   ByVal text As System.String _
)
public PopupEventArgs( 
   System.Windows.Forms.Form form,
   System.Windows.Forms.Control control,
   System.Drawing.Point location,
   System.string text
)

パラメータ

form
ツールチップを含む Form
control
ツールチップのテキストを含む Control
location
ツールチップの左上隅を指定する System.Drawing.Point
text
ツールチップに表示される文字列。
参照

PopupEventArgs クラス
PopupEventArgs メンバ