canDrop Property

Summary

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

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnDragDropEventArgs.prototype, 'canDrop', 
	get: function() 
) 
canDrop: boolean; // read-only 

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.