setCursor Event

Summary

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

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

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly