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

AllowMoveItems Property (ThumbnailEx)

In This Topic
Specifies if the user is able to move items by a dragging operation. The event ItemMoved is raised for each item moving. If MultiSelect is set to True, pressing shift on the last selected item is required for multi-item move. 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);

}
See Also