Gets or sets a value that indicates whether firing the ToolTip event is enabled
Object.defineProperty(AnnAutomationManager.prototype, 'enableToolTip',
get: function(),
set: function(value)
)
enableToolTip: boolean;
true to fire the ToolTip event; otherwise, false. The default value is false.
When the value of this property is true and the user hovers the mouse cursor over an annotation object, the AnnAutomation.ToolTip event will fire indicating a tooltip is required. Showing the tooltip is platform depending operation that is handled by the platform-specific automation helper class.
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