Occurs when the automation has determine that the user needs to change the cursor.
Object.defineProperty(AnnAutomation.prototype,'setCursor',
get: function(),
set: function(value)
)
function setCursor.add(function(sender, e));
function setCursor.remove(function(sender, e));
setCursor: void;
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.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | AnnCursorEventArgs | The event data. |
Products |
Support |
Feedback: setCursor Event (AnnAutomation) - Leadtools.Annotations.Automation |
Introduction |
Help Version 19.0.2017.3.21
|