In This Topic

OwnDrop Property (ThumbnailEx)

In This Topic
Turn this property to True to implement your own drag and drop support. Default value is false.
Syntax
'Declaration
 
Public Property OwnDrop As Boolean
public bool OwnDrop {get; set;}
public read-write property OwnDrop: Boolean; 
public function get,set OwnDrop : boolean
public: __property bool get_OwnDrop();
public: __property void set_OwnDrop( 
   bool value
);
public:
property bool OwnDrop {
   bool get();
   void set (    bool value);
}
Remarks
Turning this property to True automatically switch AllowDropFiles and AllowMoveItems properties to false.
See Also