←Select platform

CanDrop Property

Summary

Gets a value that indicates whether the object(s) being dragged can be dropped on the target container.

Syntax

C#
VB
Java
WinRT C#
C++
public bool CanDrop { get; } 
Public ReadOnly Property CanDrop As Boolean 
public bool CanDrop {get;} 
public boolean canDrop() 
             
 get_CanDrop();  
public:  
   property bool CanDrop 
   { 
      bool get() 
   } 

Property Value

true if the object(s) being dragged can be dropped on the target container; otherwise, false.

Remarks

CanDrop is set automatically by AnnAutomation depending on current location of the drag operation and the value of EnablePartialDrop. The application can use this property to change the mouse cursor for feedback.

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