←Select platform

TargetContainer Property

Summary
Gets the source annotation container.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnContainer TargetContainer { get; } 
@property (nonatomic, strong, readonly) LTAnnContainer *targetContainer; 
public AnnContainer getTargetContainer() 
public:  
   property AnnContainer^ TargetContainer 
   { 
      AnnContainer^ get() 
   } 
TargetContainer # get  (AnnDragDropEventArgs) 

Property Value

The target annotation container. This is the AnnContainer that is currently the target if the object is dropped. TargetContainer can be the same value as SourceContainer or can be null if the object is currently outside the boundary of all containers.

Remarks

If the value is TargetContainer is null when the operation is AnnDragDropOperation.Drop then the default behavior is to cancel the drag/drop operation and return the object to its original position in SourceContainer.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

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