←Select platform

ToolTip Event

Summary
Occurs when the mouse hovers over an annotation object and a tooltip is requested.
Syntax
C#
C++/CLI
Python
public event EventHandler<AnnToolTipEventArgs> ToolTip 
public:  
   event EventHandler<AnnToolTipEventArgs^>^ ToolTip 
def ToolTip(sender,e): # sender: AnnAutomation e: Leadtools.Annotations.Engine.AnnToolTipEventArgs 
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 22.0.2023.4.25
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

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