PopupEventArgs(IWin32Window, Control, Boolean, Size) コンストラクター

定義

PopupEventArgs クラスのインスタンスを初期化します。

public:
 PopupEventArgs(System::Windows::Forms::IWin32Window ^ associatedWindow, System::Windows::Forms::Control ^ associatedControl, bool isBalloon, System::Drawing::Size size);
public PopupEventArgs (System.Windows.Forms.IWin32Window associatedWindow, System.Windows.Forms.Control associatedControl, bool isBalloon, System.Drawing.Size size);
public PopupEventArgs (System.Windows.Forms.IWin32Window? associatedWindow, System.Windows.Forms.Control? associatedControl, bool isBalloon, System.Drawing.Size size);
new System.Windows.Forms.PopupEventArgs : System.Windows.Forms.IWin32Window * System.Windows.Forms.Control * bool * System.Drawing.Size -> System.Windows.Forms.PopupEventArgs
Public Sub New (associatedWindow As IWin32Window, associatedControl As Control, isBalloon As Boolean, size As Size)

パラメーター

associatedWindow
IWin32Window

ツールヒントが関連付けられている IWin32Window

associatedControl
Control

ツールヒントを作成する対象の Control

isBalloon
Boolean

関連付けられたツールヒント ウィンドウの外観がバルーン形式である場合は true。ツールヒント ウィンドウの外観が標準の四角形である場合は false

size
Size

ツールヒントの Size

注釈

コンストラクターの PopupEventArgs パラメーターは、対応する同様の名前付きプロパティを初期化するために使用されます。 associatedControl所有ウィンドウが 型Controlでない場合は、 パラメーターを 指定できますnull

適用対象

こちらもご覧ください