returns whether to use custom tooltips

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

Syntax

Visual Basic (Declaration)
ReadOnly Property UseCustomTooltips As Boolean
C#
bool UseCustomTooltips { get; }
Visual C++
property bool UseCustomTooltips {
	bool get ();
}

See Also