ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.SuperTooltip Namespace / PopupEventArgs Class / PopupEventArgs Constructor
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.

In This Topic
    PopupEventArgs Constructor
    In This Topic
    Initializes a new instance of a PopupEventArgs object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal form As System.Windows.Forms.Form, _
       ByVal control As System.Windows.Forms.Control, _
       ByVal location As System.Drawing.Point, _
       ByVal text As System.String _
    )
    public PopupEventArgs( 
       System.Windows.Forms.Form form,
       System.Windows.Forms.Control control,
       System.Drawing.Point location,
       System.string text
    )

    Parameters

    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.
    See Also