Gets and sets enabling or disabling the component acting as a drag source for dragging thumbnail images to other applications. Any application that supports acting as a drop target for the CF_DIB clipboard/drag-drop format can be a thumbnail image drop recipient.
[Browsable(true)]
[Description("Indicates drag and drop for dragging thumbnail images to other applications.")]
[Category("ThumbnailXpress")]
public bool EnableAsDragSourceForExternalDragDrop {get; set;}
[Browsable(true)]
[Description("Indicates drag and drop for dragging thumbnail images to other applications.")]
[Category("ThumbnailXpress")]
public: __property bool get_EnableAsDragSourceForExternalDragDrop();
public: __property void set_EnableAsDragSourceForExternalDragDrop(
bool value
);
[Browsable(true)]
[Description("Indicates drag and drop for dragging thumbnail images to other applications.")]
[Category("ThumbnailXpress")]
public:
property bool EnableAsDragSourceForExternalDragDrop {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true to support drag and drop as a source. Otherwise,
false should be used.