Ribbon for WinForms
PopupEventArgs コンストラクタ

C1.Win.4.8 アセンブリ > C1.Win.C1SuperTooltip 名前空間 > PopupEventArgs クラス : PopupEventArgs コンストラクタ
Form that contains the tooltip.
Control that contains the tooltip text.
System.Drawing.Point that specifies the top left corner of the tooltip.
String that will be displayed in the tooltip.
Initializes a new instance of a PopupEventArgs object.
シンタックス
'宣言
 
Public Function New( _
   ByVal form As Form, _
   ByVal control As Control, _
   ByVal location As Point, _
   ByVal text As String _
)
public PopupEventArgs( 
   Form form,
   Control control,
   Point location,
   string text
)

パラメータ

form
Form that contains the tooltip.
control
Control that contains the tooltip text.
location
System.Drawing.Point that specifies the top left corner of the tooltip.
text
String that will be displayed in the tooltip.
参照

PopupEventArgs クラス
PopupEventArgs メンバ