Gets the zero based field column index of the ToolTipFieldName

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public ReadOnly Property ToolTipFieldIndex As Integer
	Get
C#
public int ToolTipFieldIndex { get; }
Visual C++
public:
property int ToolTipFieldIndex {
	int get ();
}
JavaScript
function get_toolTipFieldIndex();

Remarks

If no FieldName is set or FieldName is not in the DBF file Field index returns -1

See Also