Accusoft.ThumbnailXpress6.Net
IntraComponentThumbnailDragDropEnabled Property




Gets and sets enabling or disabling support of drag and drop move operations amongst thumbnail images in the same instance of a ThumbnailXpress component.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<CategoryAttribute("ThumbnailXpress")>
<DescriptionAttribute("Indicates drag and drop move operations amongst thumbnail images in the same instance.")>
Public Property IntraComponentThumbnailDragDropEnabled As Boolean
'Usage
 
Dim instance As ThumbnailXpress
Dim value As Boolean
 
instance.IntraComponentThumbnailDragDropEnabled = value
 
value = instance.IntraComponentThumbnailDragDropEnabled
[Browsable(true)]
[Category("ThumbnailXpress")]
[Description("Indicates drag and drop move operations amongst thumbnail images in the same instance.")]
public bool IntraComponentThumbnailDragDropEnabled {get; set;}
[Browsable(true)]
[Category("ThumbnailXpress")]
[Description("Indicates drag and drop move operations amongst thumbnail images in the same instance.")]
public: __property bool get_IntraComponentThumbnailDragDropEnabled();
public: __property void set_IntraComponentThumbnailDragDropEnabled( 
   bool value
);
[Browsable(true)]
[Category("ThumbnailXpress")]
[Description("Indicates drag and drop move operations amongst thumbnail images in the same instance.")]
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.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback