restoreCursor Event

Summary

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

Syntax

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly