Accusoft.ThumbnailXpressSdk Namespace > ThumbnailXpress Class : EnableAsDragSourceForExternalDragDrop Property |
'Declaration <BrowsableAttribute(True)> <DescriptionAttribute("Indicates drag and drop for dragging thumbnail images to other applications.")> <CategoryAttribute("ThumbnailXpress")> Public Property EnableAsDragSourceForExternalDragDrop As Boolean
'Usage Dim instance As ThumbnailXpress Dim value As Boolean instance.EnableAsDragSourceForExternalDragDrop = value value = instance.EnableAsDragSourceForExternalDragDrop
[BrowsableAttribute(true)] [DescriptionAttribute("Indicates drag and drop for dragging thumbnail images to other applications.")] [CategoryAttribute("ThumbnailXpress")] public bool EnableAsDragSourceForExternalDragDrop {get; set;}
[BrowsableAttribute(true)] [DescriptionAttribute("Indicates drag and drop for dragging thumbnail images to other applications.")] [CategoryAttribute("ThumbnailXpress")] public: __property bool get_EnableAsDragSourceForExternalDragDrop(); public: __property void set_EnableAsDragSourceForExternalDragDrop( bool value );
[BrowsableAttribute(true)] [DescriptionAttribute("Indicates drag and drop for dragging thumbnail images to other applications.")] [CategoryAttribute("ThumbnailXpress")] public: property bool EnableAsDragSourceForExternalDragDrop { 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.