Occurs when the mouse hovers over an annotation object and a tooltip is requested.
Object.defineProperty(AnnAutomation.prototype,'toolTip',
get: function(),
set: function(value)
)
function toolTip.add(function(sender, e));
function toolTip.remove(function(sender, e));
toolTip: void;
This event will only occur if the value of AnnAutomationManager.EnableToolTip is set to true. Showing the tooltip is platform depending operation that is handled by the platform-specific automation helper class.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | AnnToolTipEventArgs | The event data. |
Products |
Support |
Feedback: toolTip Event (AnnAutomation) - Leadtools.Annotations.Automation |
Introduction |
Help Version 19.0.2017.3.21
|