Gets or sets the tooltip text associated with this AnnAutomationObject.
Object.defineProperty(AnnAutomationObject.prototype, 'toolBarToolTipText',
get: function(),
set: function(value)
)
toolBarToolTipText: string;
The text associated with this AnnAutomationObject. The default value is null.
The AnnAutomation.ToolTip event will occur when the user hovers the mouse over an annotation object.
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.
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