Namespace:  EGIS.Web.Controls
Assembly:  EGIS.Web.Controls (in EGIS.Web.Controls.dll)

Syntax

Visual Basic
Protected Overridable Sub GetCustomTooltipText ( _
	context As HttpContext, _
	layer As ShapeFile, _
	recordIndex As Integer, _
	ByRef tooltipText As String _
)
C#
protected virtual void GetCustomTooltipText(
	HttpContext context,
	ShapeFile layer,
	int recordIndex,
	ref string tooltipText
)
Visual C++
protected:
virtual void GetCustomTooltipText(
	HttpContext^ context, 
	ShapeFile^ layer, 
	int recordIndex, 
	String^% tooltipText
)
JavaScript
function getCustomTooltipText(context, layer, recordIndex, tooltipText);

Parameters

context
Type: System.Web..::..HttpContext
layer
Type: EGIS.ShapeFileLib..::..ShapeFile
recordIndex
Type: System..::..Int32
tooltipText
Type: System..::..String%

See Also