Click or drag to resize

ToolTipManagement Class

Object concentrating all functionality relevant for tool tip management.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.MapToolTipManagement

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public class ToolTipManagement : IToolTipManagement

The ToolTipManagement type exposes the following members.

Constructors
  NameDescription
Public methodToolTipManagement
Constructor establishes the relationship to the parent map object.
Top
Properties
  NameDescription
Public propertyCreateCustomizedToolTipsFunc
Callback for indicating the rendering of a tool tip. When this callback is set, the default rendering is avoided.
Public propertyDestroyCustomizedToolTipsFunc
Callback for indicating the removal of a tool tip. When this callback is set, the default removal operation is avoided.
Public propertyFillToolTipMapObjectsFunc
Callback for ordering the tool tip entries from the layers of a map. Commonly the map object implements this callback.
Public propertyIsEnabled
Enables/disables the management for tool tips.
Public propertyIsHitTestOKFunc
Callback for parent map object to indicate that a mouse position can be used for showing a tool tip.
Public propertyMaxPixelDistance
Distance (specified in Pixels) between the current mouse position and a layer object, for which tooltip information should be shown. Each layer has to interpolate to its own coordinate format, what is meant by the pixel sized distance.
Public propertyToolTipDelay
Reads or writes the value (in [ms]) to delay tool tip display.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also