Accusoft.ThumbnailXpress6.Net
AllowDrop Property




This generic control property has been replaced by four new properties specific to ThumbnailXpress that allow a finer granularity of control over the types of drag/drop operations the control will allow. The new properties are: IntraComponentThumbnailDragDropEnabled, InterComponentThumbnailDragDropEnabled, EnableAsDragSourceForExternalDragDrop, and EnableAsDropTargetForExternalDragDrop
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Shadows Property AllowDrop As Boolean
'Usage
 
Dim instance As ThumbnailXpress
Dim value As Boolean
 
instance.AllowDrop = value
 
value = instance.AllowDrop
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public new bool AllowDrop {get; set;}
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public: __property new bool get_AllowDrop();
public: __property new void set_AllowDrop( 
   bool value
);
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
new property bool AllowDrop {
   bool get();
   void set (    bool value);
}

Property Value

True if drag-and-drop operations are allowed in the control; otherwise, false.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback