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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET