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
 
<DescriptionAttribute("Indicates drop target for dragging thumbnail images to other applications.")>
<BrowsableAttribute(True)>
<CategoryAttribute("ThumbnailXpress")>
Public Property EnableAsDropTargetForExternalDragDrop As Boolean
'Usage
 
Dim instance As ThumbnailXpress
Dim value As Boolean
 
instance.EnableAsDropTargetForExternalDragDrop = value
 
value = instance.EnableAsDropTargetForExternalDragDrop
[Description("Indicates drop target for dragging thumbnail images to other applications.")]
[Browsable(true)]
[Category("ThumbnailXpress")]
public bool EnableAsDropTargetForExternalDragDrop {get; set;}
[Description("Indicates drop target for dragging thumbnail images to other applications.")]
[Browsable(true)]
[Category("ThumbnailXpress")]
public: __property bool get_EnableAsDropTargetForExternalDragDrop();
public: __property void set_EnableAsDropTargetForExternalDragDrop( 
   bool value
);
[Description("Indicates drop target for dragging thumbnail images to other applications.")]
[Browsable(true)]
[Category("ThumbnailXpress")]
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

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback