C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / TooltipShowingEventArgs Class / TooltipShowingEventArgs Constructor / TooltipShowingEventArgs Constructor(Int32,String,Rectangle,Int32,Int32,Int32,C1SuperTooltipBase)
Index of the highlighted drop-down list item.
HTML content to be displayed in the tooltip.
Highlighted drop-down list item bounds (size and location of element) within its parent element, in pixels.
The X coordinate of the client where the tooltip should be displayed.
The Y coordinate of the client where the tooltip should be displayed.
Duration of the tooltip, in milliseconds. The default value is 0 (the tooltip is always visible after display).
C1.Win.C1SuperTooltip.C1SuperTooltipBase object for setting tooltip options.

In This Topic
TooltipShowingEventArgs Constructor(Int32,String,Rectangle,Int32,Int32,Int32,C1SuperTooltipBase)
In This Topic
Initializes a new instance of the TooltipShowingEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal index As Integer, _
   ByVal text As String, _
   ByVal bounds As Rectangle, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal duration As Integer, _
   ByVal tooltip As C1.Win.C1SuperTooltip.C1SuperTooltipBase _
)
 

Parameters

index
Index of the highlighted drop-down list item.
text
HTML content to be displayed in the tooltip.
bounds
Highlighted drop-down list item bounds (size and location of element) within its parent element, in pixels.
x
The X coordinate of the client where the tooltip should be displayed.
y
The Y coordinate of the client where the tooltip should be displayed.
duration
Duration of the tooltip, in milliseconds. The default value is 0 (the tooltip is always visible after display).
tooltip
C1.Win.C1SuperTooltip.C1SuperTooltipBase object for setting tooltip options.
See Also