Gets and sets enabling or disabling support of drag and drop move operations amongst thumbnail images in the same instance of a ThumbnailXpress component.
'Declaration
<CategoryAttribute("ThumbnailXpress")>
<DescriptionAttribute("Indicates drag and drop move operations amongst thumbnail images in the same instance.")>
<BrowsableAttribute(True)>
Public Property IntraComponentThumbnailDragDropEnabled As Boolean
'Usage
Dim instance As ThumbnailXpress
Dim value As Boolean
instance.IntraComponentThumbnailDragDropEnabled = value
value = instance.IntraComponentThumbnailDragDropEnabled
[Category("ThumbnailXpress")]
[Description("Indicates drag and drop move operations amongst thumbnail images in the same instance.")]
[Browsable(true)]
public bool IntraComponentThumbnailDragDropEnabled {get; set;}
[Category("ThumbnailXpress")]
[Description("Indicates drag and drop move operations amongst thumbnail images in the same instance.")]
[Browsable(true)]
public: __property bool get_IntraComponentThumbnailDragDropEnabled();
public: __property void set_IntraComponentThumbnailDragDropEnabled(
bool value
);
[Category("ThumbnailXpress")]
[Description("Indicates drag and drop move operations amongst thumbnail images in the same instance.")]
[Browsable(true)]
public:
property bool IntraComponentThumbnailDragDropEnabled {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true to support drag and drop within the same instance of a ThumbnailXpress component. Otherwise,
false is used.