PopupEventArgs Constructor
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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.