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





In This Topic
AllowDropFiles Property (ThumbnailEx)
In This Topic
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