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.
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates drop target for dragging thumbnail images to other applications.")]
public bool EnableAsDropTargetForExternalDragDrop {get; set;}
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates drop target for dragging thumbnail images to other applications.")]
public: __property bool get_EnableAsDropTargetForExternalDragDrop();
public: __property void set_EnableAsDropTargetForExternalDragDrop(
bool value
);
[Category("ThumbnailXpress")]
[Browsable(true)]
[Description("Indicates drop target for dragging thumbnail images to other applications.")]
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.