ToolTipManagementDestroyCustomizedToolTipsFunc Property |
Callback for indicating the removal of a tool tip. When this callback is set,
the default removal operation 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>> DestroyCustomizedToolTipsFunc { get; set; }
Public Property DestroyCustomizedToolTipsFunc As Action(Of List(Of IMapObject))
Get
Set
public:
property Action<List<IMapObject^>^>^ DestroyCustomizedToolTipsFunc {
Action<List<IMapObject^>^>^ get ();
void set (Action<List<IMapObject^>^>^ value);
}
member DestroyCustomizedToolTipsFunc : Action<List<IMapObject>> with get, set
Property Value
Type:
ActionListIMapObjectSee Also