ToolTipManagementIsHitTestOKFunc Property |
Callback for parent map object to indicate that a mouse position can be used for showing a tool tip.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public Func IsHitTestOKFunc { get; set; }
Public Property IsHitTestOKFunc As Func
Get
Set
public:
property Func^ IsHitTestOKFunc {
Func^ get ();
void set (Func^ value);
}
member IsHitTestOKFunc : Func with get, set
Property Value
Type:
FuncT, TResultSee Also