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型でない場合は、null パラメーターをControlできます。

適用対象

こちらもご覧ください