Occurs when the mouse hovers over an annotation object and a tooltip is requested.
public event EventHandler<AnnToolTipEventArgs> ToolTip
Public Event ToolTip As EventHandler(Of AnnToolTipEventArgs)
public event EventHandler<AnnToolTipEventArgs> ToolTip
add_ToolTip(function(sender, e))
remove_ToolTip(function(sender, e))
public:
event EventHandler<AnnToolTipEventArgs^>^ ToolTip
The event handler receives an argument of type AnnToolTipEventArgs containing data related to this event. The following AnnToolTipEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AnnotationObject | Gets the annotation object requesting the tooltip. |
Bounds | Gets the boundary of the object requesting the tooltip. |
Cancel | Gets or sets a value whether to cancel showing the tooltip. |
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