Gets / Sets whether to use a ToolTip for the layer
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Property UseToolTip As Boolean Get Set |
C# |
---|
public bool UseToolTip { get; set; } |
Visual C++ |
---|
public: property bool UseToolTip { bool get (); void set (bool value); } |
JavaScript |
---|
function get_useToolTip(); function set_useToolTip(value); |