In This Topic

OwnDrop Property (ThumbnailEx)

In This Topic
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);

}
See Also