ToolTipManagement Class |
Namespace: Ptv.XServer.Controls.Map
The ToolTipManagement type exposes the following members.
Name | Description | |
---|---|---|
ToolTipManagement | Constructor establishes the relationship to the parent map object. |
Name | Description | |
---|---|---|
CreateCustomizedToolTipsFunc | Callback for indicating the rendering of a tool tip. When this callback is set,
the default rendering is avoided. | |
DestroyCustomizedToolTipsFunc | Callback for indicating the removal of a tool tip. When this callback is set,
the default removal operation is avoided. | |
FillToolTipMapObjectsFunc | Callback for ordering the tool tip entries from the layers of a map. Commonly the
map object implements this callback. | |
IsEnabled | Enables/disables the management for tool tips. | |
IsHitTestOKFunc | Callback for parent map object to indicate that a mouse position can be used for showing a tool tip. | |
MaxPixelDistance |
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.
| |
ToolTipDelay | Reads or writes the value (in [ms]) to delay tool tip display. |
Name | Description | |
---|---|---|
ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |