[]
Initializes a new instance of a PopupEventArgs object.
public PopupEventArgs(Form form, Control control, Point location, string text)
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. |