setCursor Event

Summary

Occurs when the automation has determine that the user needs to change the cursor.

Syntax

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

Remarks

This event occur when the user moves the mouse around on top of this AnnAutomation surface. The event data will let the user know what type of cursor (if any) must be applied.

Event Data
ParameterTypeDescription
sendervarThe source of the event.
eAnnCursorEventArgsThe 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