toolTip Event

Summary

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

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnAutomation.prototype,'toolTip',  
	get: function(), 
	set: function(value) 
) 
toolTip: LeadEvent; 
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 22.0.2023.1.31
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.