←Select platform

TargetItem Property

Summary

The target item for this drop operation.

Syntax
C#
VB
C++
public ImageViewerItem TargetItem { get; set; } 
Public Property TargetItem() As ImageViewerItem 
   Get 
   Set 
public:  
   property ImageViewerItem^ TargetItem 
   { 
      ImageViewerItem^ get() 
      void set(ImageViewerItem^ value) 
   } 

Property Value

The item in TargetImageViewer that will currently be the target for the drop operation. Or null if the drag item is not over any item.

Remarks

This is the item in TargetImageViewer that will currently be the target for the drop operation. It can be null if the image viewer does not have any items or if the object is not on top of any item boundary.

Example

For an example, refer to ImageViewerDragInteractiveMode.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

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