Fires the TooltipDisplayed event
Namespace:
EGIS.Controls
Assembly:
EGIS.Controls (in EGIS.Controls.dll)
Syntax
Visual Basic |
---|
Protected Sub OnTooltipDisplayed ( _
shapeIndex As Integer, _
recordIndex As Integer, _
mousePt As Point, _
gisPt As PointD _
) |
C# |
---|
protected void OnTooltipDisplayed(
int shapeIndex,
int recordIndex,
Point mousePt,
PointD gisPt
) |
Visual C++ |
---|
protected:
void OnTooltipDisplayed(
int shapeIndex,
int recordIndex,
Point mousePt,
PointD gisPt
) |
JavaScript |
---|
function onTooltipDisplayed(shapeIndex, recordIndex, mousePt, gisPt); |
Parameters
- shapeIndex
- Type: System..::..Int32
- recordIndex
- Type: System..::..Int32
- mousePt
- Type: System.Drawing..::..Point
- gisPt
- Type: EGIS.ShapeFileLib..::..PointD
See Also