(Leadtools.Annotations.Automation)

ToolTip Event

Show in webframe




Occurs when the mouse hovers over an annotation object and a tooltip is requested.
Syntax
public event EventHandler<AnnToolTipEventArgs> ToolTip
public event EventHandler<AnnToolTipEventArgs> ToolTip

            

            
add_ToolTip(function(sender, e))
remove_ToolTip(function(sender, e))

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  
Bounds  
Cancel  
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

See Also

Reference

AnnAutomation Class
AnnAutomation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.