Accusoft.ThumbnailXpressSdk Namespace > ThumbnailXpress Class : EnableAsDropTargetForExternalDragDrop Property |
'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 );
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.