ThumbnailView.ReorderAfterDragDrop Method |
Override to change the way a thumbnail is reordered after a drag drop, if you are using the ThumbnailView in a composite control
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)
Syntaxprotected virtual void ReorderAfterDragDrop(
Thumbnail tn,
int index,
bool clone,
bool cached
)
Protected Overridable Sub ReorderAfterDragDrop (
tn As Thumbnail,
index As Integer,
clone As Boolean,
cached As Boolean
)
Parameters
- tn
- Type: Atalasoft.Imaging.WinControls.Thumbnail
The Thumbnail being dragged - index
- Type: System.Int32
The new thumbnail index - clone
- Type: System.Boolean
A bool determiing if the Thumbnail should be cloned before insertion - cached
- Type: System.Boolean
See Also