Click or drag to resize

ToolTipManagement Properties

The ToolTipManagement type exposes the following members.

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
See Also