annObject Property

Summary

Gets the AnnObject that is being dragged.

Syntax

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

Property Value

The AnnObject being dropped. This object belongs to SourceContainer and will be dropped into TargetContainer by default.

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