Gets and sets enabling or disabling the component acting as a drag source or drop target for thumbnail image drag and drop operations between other instances of the ThumbnailXpress component.
[Description("Indicates drag and drop move operations between other instances.")]
[Category("ThumbnailXpress")]
[Browsable(true)]
public bool InterComponentThumbnailDragDropEnabled {get; set;}
[Description("Indicates drag and drop move operations between other instances.")]
[Category("ThumbnailXpress")]
[Browsable(true)]
public: __property bool get_InterComponentThumbnailDragDropEnabled();
public: __property void set_InterComponentThumbnailDragDropEnabled(
bool value
);
[Description("Indicates drag and drop move operations between other instances.")]
[Category("ThumbnailXpress")]
[Browsable(true)]
public:
property bool InterComponentThumbnailDragDropEnabled {
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.