←Select platform

AnnDragDropOperation Enumeration

Summary

Specifies the current operation for a drag and drop event.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum AnnDragDropOperation  
Public Enum AnnDragDropOperation  
    
public enum AnnDragDropOperation  
 enum LTAnnDragDropOperation 
public enum AnnDragDropOperation 
Leadtools.Annotations.Automation.AnnDragDropOperation = function() { }; 
Leadtools.Annotations.Automation.AnnDragDropOperation.prototype = {<br/> 
  Enter = 0x00000000, 
    Leave = 0x00000001, 
    Over = 0x00000002, 
    Drop = 0x00000003, 
     
 }; 
public: 
   enum class AnnDragDropOperation sealed 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly