PopupEventArgs Constructor (IWin32Window^, Control^, Boolean, Size)
Initializes an instance of the PopupEventArgs class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: PopupEventArgs( IWin32Window^ associatedWindow, Control^ associatedControl, bool isBalloon, Size size )
Parameters
- associatedWindow
-
Type:
System.Windows.Forms::IWin32Window^
The IWin32Window that the ToolTip is bound to.
- associatedControl
-
Type:
System.Windows.Forms::Control^
The Control that the ToolTip is being created for.
- isBalloon
-
Type:
System::Boolean
true to indicate that the associated ToolTip window has a balloon-style appearance; otherwise, false to indicate that the ToolTip window has a standard rectangular appearance.
- size
-
Type:
System.Drawing::Size
The Size of the ToolTip.
The parameters to the PopupEventArgs constructor are used to initialize the corresponding, similarly named properties. The associatedControl parameter can be null if the owning window is not of type Control.
Available since 2.0