Constructs a new TooltipHeaderFieldNamePair object

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

Syntax

Visual Basic
Public Sub New ( _
	headerText As String, _
	fieldName As String _
)
C#
public TooltipHeaderFieldNamePair(
	string headerText,
	string fieldName
)
Visual C++
public:
TooltipHeaderFieldNamePair(
	String^ headerText, 
	String^ fieldName
)
JavaScript
EGIS.Web.Controls.TooltipHeaderFieldNamePair = function(headerText, fieldName);

Parameters

headerText
Type: System..::..String
The text to appear as the header of a line in a tooltip
fieldName
Type: System..::..String
The name of the DBF field (or column in joined table) to get the tooltip data from

See Also