Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomation Class : EnableDragDrop Property |
public bool EnableDragDrop {get; set;}
'Declaration
Public Property EnableDragDrop As Boolean
public bool EnableDragDrop {get; set;}
@property (nonatomic,readonly) BOOL enabledDragDrop;
public boolean enableDragDrop()
<br/>get_EnableDragDrop();<br/>set_EnableDragDrop(value);<br/>Object.defineProperty('EnableDragDrop');
When this value is true, the DragDrop event will trigger when the user drags an object outside its container and optionally into another container.
EnablePartialDrop controls the behavior when an object is dragged then dropped while its boundary is not completely enclosed in any container.