toolTip Event

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(AnnAutomation.prototype,'toolTip',  
	get: function(), 
	set: function(value) 
) 
function toolTip.add(function(sender, e)); 
function toolTip.remove(function(sender, e)); 
TypeScript Syntax
toolTip: void; 

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
ParameterTypeDescription
sendervarThe source of the event.
eAnnToolTipEventArgsThe event data.
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