[]
Initializes a new instance of the TooltipShowingEventArgs class.
public TooltipShowingEventArgs()
Public Sub New()
Initializes a new instance of the TooltipShowingEventArgs class.
public TooltipShowingEventArgs(int index, string text, Rectangle bounds, int x, int y, int duration, C1SuperTooltipBase tooltip)
Public Sub New(index As Integer, text As String, bounds As Rectangle, x As Integer, y As Integer, duration As Integer, tooltip As C1SuperTooltipBase)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the highlighted drop-down list item. |
| string | text | HTML content to be displayed in the tooltip. |
| Rectangle | bounds | Highlighted drop-down list item bounds (size and location of element) within its parent element, in pixels. |
| int | x | The X coordinate of the client where the tooltip should be displayed. |
| int | y | The Y coordinate of the client where the tooltip should be displayed. |
| int | duration | Duration of the tooltip, in milliseconds. The default value is 0 (the tooltip is always visible after display). |
| C1SuperTooltipBase | tooltip | C1.Win.SuperTooltip.C1SuperTooltipBase object for setting tooltip options. |