[]
Provides data for the PopupToolTip event.
public class ToolTipPositionEventArgs : EventArgs
Name | Description |
---|---|
ToolTipPositionEventArgs(Rectangle, Point, string, Component) | Initializes a new instance of a ToolTipPositionEventArgs object. |
Name | Description |
---|---|
Component | Gets a reference to the Component that provides the tooltip text and location. |
ComponentBounds | Gets the bounds of the Component that provides the tooltip text and location. |
Location | Gets or sets the location where the tooltip will be displayed. |
Text | Gets or sets the text that will be displayed in the tooltip. |