[]
        
(Showing Draft Content)

C1.Win.C1Input.TooltipShowingEventArgs

TooltipShowingEventArgs Class

Provides data for the TooltipShowing event.

Inheritance
TooltipShowingEventArgs
Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
public class TooltipShowingEventArgs : CancelEventArgs

Constructors

Name Description
TooltipShowingEventArgs()

Initializes a new instance of the TooltipShowingEventArgs class.

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

Initializes a new instance of the TooltipShowingEventArgs class.

Properties

Name Description
Bounds

Gets the highlighted drop-down list item bounds (size and location) within it`s parent element, in pixels.

Duration

Gets or sets the duration of the tooltip, in milliseconds.

Handled

Gets or sets a value indicating whether the event was handled.

Index

Gets the index of the highlighted drop-down list item.

Text

Gets or sets the HTML content to be displayed in the tooltip.

Tooltip

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

X

Gets or sets the X coordinate of the client where the tooltip should be displayed. The coordinate is counted from the upper left corner of the drop-down window.

Y

Gets or sets the Y coordinate of the client where the tooltip should be displayed. The coordinate is counted from the upper left corner of the drop-down window.