ToolTipManagementCreateCustomizedToolTipsFunc Property |
Callback for indicating the rendering of a tool tip. When this callback is set,
the default rendering is avoided.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public Action<List<IMapObject>> CreateCustomizedToolTipsFunc { get; set; }
Public Property CreateCustomizedToolTipsFunc As Action(Of List(Of IMapObject))
Get
Set
public:
property Action<List<IMapObject^>^>^ CreateCustomizedToolTipsFunc {
Action<List<IMapObject^>^>^ get ();
void set (Action<List<IMapObject^>^>^ value);
}
member CreateCustomizedToolTipsFunc : Action<List<IMapObject>> with get, set
Property Value
Type:
ActionListIMapObjectSee Also