←Select platform

ToolTip Event

Summary

Occurs when the mouse hovers over an annotation object and a tooltip is requested.

Syntax

C#
VB
WinRT C#
C++
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 

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.
Bounds Gets the boundary of the object requesting the tooltip.
Cancel Gets or sets a value whether to cancel showing 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly