GdPicture.NET.14
GdPicture14 Namespace / ThumbnailEx Class / OwnDrop Property





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
 
Remarks
Turning this property to True automatically switch AllowDropFiles and AllowMoveItems properties to false.
See Also