←Select platform

ToolTip Event

Summary
Occurs when the mouse hovers over an annotation object and a tooltip is requested.
Syntax
C#
VB
C++
public event EventHandler<AnnToolTipEventArgs> ToolTip 
Public Event ToolTip As EventHandler(Of AnnToolTipEventArgs) 
public:  
   event EventHandler<AnnToolTipEventArgs^>^ ToolTip 
Event Data

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.

PropertyDescription
AnnotationObject Gets the annotation object requesting the tooltip.
Remarks

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.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.