[]
        
(Showing Draft Content)

C1.Win.Input.ItemTooltipShowingEventArgs.-ctor

ItemTooltipShowingEventArgs Constructor

ItemTooltipShowingEventArgs(int, string, Rectangle, int, int, C1SuperTooltipBase)

Initializes a new instance of the ItemTooltipShowingEventArgs class.

Declaration
public ItemTooltipShowingEventArgs(int index, string text, Rectangle bounds, int x, int y, C1SuperTooltipBase tooltip)
Parameters
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.