[]
Initializes a new instance of the ItemTooltipShowingEventArgs class.
public ItemTooltipShowingEventArgs(int index, string text, Rectangle bounds, int x, int y, C1SuperTooltipBase tooltip)
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. |
C1SuperTooltipBase | tooltip | C1SuperTooltipBase object for setting tooltip options. |