[]
Initializes a new instance of a ToolTipPositionEventArgs object.
public ToolTipPositionEventArgs(Rectangle componentBounds, Point location, string text, Component component)
Type | Name | Description |
---|---|---|
Rectangle | componentBounds | Bounds of the Component that provides the tooltip text and location. |
Point | location | Point that specifies the top left corner of the tooltip. |
string | text | String that will be displayed in the tooltip. |
Component | component | Component that provides the tooltip text and location. |