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 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.