Accusoft.ThumbnailXpress6.Net
EnableAsDropTargetForExternalDragDrop Property




Gets and sets enabling or disabling the component acting as a drop target for other applications to drag files onto the component to display those files as thumbnail images.
Syntax
'Declaration
 
<CategoryAttribute("ThumbnailXpress")>
<DescriptionAttribute("Indicates drop target for dragging thumbnail images to other applications.")>
<BrowsableAttribute(True)>
Public Property EnableAsDropTargetForExternalDragDrop As Boolean
'Usage
 
Dim instance As ThumbnailXpress
Dim value As Boolean
 
instance.EnableAsDropTargetForExternalDragDrop = value
 
value = instance.EnableAsDropTargetForExternalDragDrop
[CategoryAttribute("ThumbnailXpress")]
[DescriptionAttribute("Indicates drop target for dragging thumbnail images to other applications.")]
[BrowsableAttribute(true)]
public bool EnableAsDropTargetForExternalDragDrop {get; set;}
[CategoryAttribute("ThumbnailXpress")]
[DescriptionAttribute("Indicates drop target for dragging thumbnail images to other applications.")]
[BrowsableAttribute(true)]
public: __property bool get_EnableAsDropTargetForExternalDragDrop();
public: __property void set_EnableAsDropTargetForExternalDragDrop( 
   bool value
);
[CategoryAttribute("ThumbnailXpress")]
[DescriptionAttribute("Indicates drop target for dragging thumbnail images to other applications.")]
[BrowsableAttribute(true)]
public:
property bool EnableAsDropTargetForExternalDragDrop {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to support drag and drop as a target. Otherwise, false should be used.
Remarks

Both copy and move operations are supported.

Any applications that support drag and drop format can be a thumbnail image drag/drop recipient. Both copy and move operations are supported.

Note: According to Microsoft, for security reasons, drag/drop capabilities are disallowed between windows with different security level permissions.

See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback