Accusoft.ThumbnailXpress6.Net
InterComponentThumbnailDragDropEnabled Property




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.
Syntax
'Declaration
 
<DescriptionAttribute("Indicates drag and drop move operations between other instances.")>
<BrowsableAttribute(True)>
<CategoryAttribute("ThumbnailXpress")>
Public Property InterComponentThumbnailDragDropEnabled As Boolean
'Usage
 
Dim instance As ThumbnailXpress
Dim value As Boolean
 
instance.InterComponentThumbnailDragDropEnabled = value
 
value = instance.InterComponentThumbnailDragDropEnabled
[Description("Indicates drag and drop move operations between other instances.")]
[Browsable(true)]
[Category("ThumbnailXpress")]
public bool InterComponentThumbnailDragDropEnabled {get; set;}
[Description("Indicates drag and drop move operations between other instances.")]
[Browsable(true)]
[Category("ThumbnailXpress")]
public: __property bool get_InterComponentThumbnailDragDropEnabled();
public: __property void set_InterComponentThumbnailDragDropEnabled( 
   bool value
);
[Description("Indicates drag and drop move operations between other instances.")]
[Browsable(true)]
[Category("ThumbnailXpress")]
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.
Remarks

Both copy and move operations are supported.

See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback