LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

ToolTip Event

Show in webframe
Occurs when the mouse hovers over an annotation object and a tooltip is requested.
Syntax
add_toolTip(function(sender, e))
toolTip.add(function(sender, e))
remove_toolTip(function(sender, e))
toolTip.remove(function(sender, e))
    
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.

Event Data
Parameter Type Description
sender 'var' The source of the event.
e AnnToolTipEventArgs The event data.
See Also

Reference

AnnAutomation Object
AnnAutomation Members

 

 


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