←Select platform

AnnDragDropOperation Enumeration

Summary
Specifies the current operation for a drag and drop event.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum AnnDragDropOperation  
typedef NS_ENUM(NSInteger, LTAnnDragDropOperation) { 
 LTAnnDragDropOperationEnter = 0,  
 LTAnnDragDropOperationLeave = 1,  
 LTAnnDragDropOperationOver = 2,  
 LTAnnDragDropOperationDrop = 3,  
}; 
public enum AnnDragDropOperation 
public: 
   enum class AnnDragDropOperation sealed 
class AnnDragDropOperation(Enum): 
   Enter = 0 
   Leave = 1 
   Over = 2 
   Drop = 3 
Members
ValueMemberDescription
0Enter The object is entering the operation container.
1Leave The object is leaving the operation container.
2Over The object is hovering over the operation container.
3Drop The object is dropped on the operation container.
Requirements

Target Platforms

Help Version 22.0.2023.4.25
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.