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





In This Topic
AllowMoveItems Property (ThumbnailEx)
In This Topic
Syntax
'Declaration
 
Public Property AllowMoveItems As Boolean
public bool AllowMoveItems {get; set;}
public read-write property AllowMoveItems: Boolean; 
public function get,set AllowMoveItems : boolean
public: __property bool get_AllowMoveItems();
public: __property void set_AllowMoveItems( 
   bool value
);
public:
property bool AllowMoveItems {
   bool get();
   void set (    bool value);
}
See Also