←Select platform

AnnDragDropOperation Enumeration

Summary

Specifies the current operation for a drag and drop event.

Syntax

C#
VB
Java
Objective-C
WinRT 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 = { 
 
  Enter = 0x00000000, 
    Leave = 0x00000001, 
    Over = 0x00000002, 
    Drop = 0x00000003, 
     
 }; 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Automation Assembly
Click or drag to resize