ItemTooltipShowingEventArgs Constructor
In This Topic
Initializes a new instance of the
ItemTooltipShowingEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As String, _
ByVal As Rectangle, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As C1.Win.SuperTooltip.C1SuperTooltipBase _
)
public ItemTooltipShowingEventArgs(
int ,
string ,
Rectangle ,
int ,
int ,
C1.Win.SuperTooltip.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.
- tooltip
- C1.Win.SuperTooltip.C1SuperTooltipBase object for setting tooltip options.
See Also