In This Topic
GdPicture14.WPF Namespace / ThumbnailEx Class / AllowDropFiles Property

AllowDropFiles Property (ThumbnailEx)

In This Topic
Specifies if the user is able to drop files from the explorer to the control. User will be allowed to drop files only if the items of the control has been loaded using LoadFromDirectory or if the control is empty. Default value is false.
Syntax
'Declaration
 
Public Property AllowDropFiles As Boolean
public bool AllowDropFiles {get; set;}
public read-write property AllowDropFiles: Boolean; 
public function get,set AllowDropFiles : boolean
public: __property bool get_AllowDropFiles();
public: __property void set_AllowDropFiles( 
   bool value
);
public:
property bool AllowDropFiles {
   bool get();
   void set (    bool value);
}
See Also