Gets / Sets whether to use a ToolTip for the layer

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

Syntax

Visual Basic (Declaration)
Public Property UseToolTip As Boolean
C#
public bool UseToolTip { get; set; }
Visual C++
public:
property bool UseToolTip {
	bool get ();
	void set (bool value);
}

See Also