OwnDrop Property (ThumbnailEx)
Turn this property to True to implement your own drag and drop support.
Default value is false.
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);
}
'Declaration
Public Property OwnDrop As Boolean