[]
        
(Showing Draft Content)

C1.Win.C1SuperTooltip.PopupEventArgs.-ctor

PopupEventArgs Constructor

PopupEventArgs(Form, Control, Point, string)

Initializes a new instance of a PopupEventArgs object.

Declaration
public PopupEventArgs(Form form, Control control, Point location, string text)
Parameters
Type Name Description
Form form

Form that contains the tooltip.

Control control

Control that contains the tooltip text.

Point location

Point that specifies the top left corner of the tooltip.

string text

String that will be displayed in the tooltip.