[]
        
(Showing Draft Content)

C1.Win.C1Input.TooltipShowingEventArgs.-ctor

TooltipShowingEventArgs Constructor

TooltipShowingEventArgs()

Initializes a new instance of the TooltipShowingEventArgs class.

Declaration
public TooltipShowingEventArgs()

TooltipShowingEventArgs(int, string, Rectangle, int, int, int, C1SuperTooltipBase)

Initializes a new instance of the TooltipShowingEventArgs class.

Declaration
public TooltipShowingEventArgs(int index, string text, Rectangle bounds, int x, int y, int duration, 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.

int duration

Duration of the tooltip, in milliseconds. The default value is 0 (the tooltip is always visible after display).

C1SuperTooltipBase tooltip

C1.Win.C1SuperTooltip.C1SuperTooltipBase object for setting tooltip options.