restoreCursor Event

Summary

Occurs when the automation has determine that the original cursor needs to be restored.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnAutomation.prototype,'restoreCursor',  
	get: function(), 
	set: function(value) 
) 
restoreCursor: LeadEvent; 

Remarks

This event occur when the user moves the mouse around on top of this AnnAutomation surface but not on any object or its thumbs.

Event Data

ParameterTypeDescription
sendervarThe source of the event.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly