Click or drag to resize

ThumbnailDragDropOperation Constructor (ThumbnailView, Thumbnail, DragDropMode, Int32)

Creates a new ThumbnailDragDropOperation specifying the source ThumbnailView, the items to drop, the mode and original index values of the thumbnails.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ThumbnailDragDropOperation(
	ThumbnailView source,
	Thumbnail[] items,
	DragDropMode mode,
	int[] indexes
)

Parameters

source
Type: Atalasoft.Imaging.WinControlsThumbnailView
The source ThumbnailView where these items are dragged from.
items
Type: Atalasoft.Imaging.WinControlsThumbnail
An array of Thumbnail objects that are being dragged.
mode
Type: Atalasoft.Imaging.WinControlsDragDropMode
The type of drag and drop action being performed.
indexes
Type: SystemInt32
An array of index values the thumbnails were dragged from.
See Also