Gets / Sets the name of the Field in the DBF file that will be used for the ToolTip text

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

Syntax

Visual Basic
Public Property ToolTipFieldName As String
	Get
	Set
C#
public string ToolTipFieldName { get; set; }
Visual C++
public:
property String^ ToolTipFieldName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_toolTipFieldName();
function set_toolTipFieldName(value);

See Also