AnnDragDropOperation Enumeration

Summary

Specifies the current operation for a drag and drop event.

Syntax

JavaScript Syntax
lt.Annotations.Automation.AnnDragDropOperation = { 
	Enter: 0, 
	Leave: 1, 
	Over: 2, 
	Drop: 3 
} 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly