In This Topic
GdPicture14 Namespace / ThumbnailEx Class / AllowMoveItems Property

AllowMoveItems Property (ThumbnailEx)

In This Topic
Specifies if the user is able to mode items by dragging operation. The event ItemMoved is raised for each item moving. Default value is false.
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);
}
Remarks
Turning this property to True automatically switch OwnDrop property to false.
See Also