AnnDragDropOperation Enumeration

Summary

Specifies the current operation for a drag and drop event.

Syntax
TypeScript
JavaScript
lt.Annotations.Automation.AnnDragDropOperation = { 
	enter: 0, 
	leave: 1, 
	over: 2, 
	drop: 3 
} 
lt.Annotations.Automation.AnnDragDropOperation = { 
	enter: 0, 
	leave: 1, 
	over: 2, 
	drop: 3 
} 
Members

0

Enter

(0)The object is entering the operation container.

1

Leave

(1)The object is leaving the operation container.

2

Over

(2)The object is hovering over the operation container.

3

Drop

(3)The object is dropped on the operation container.

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.