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