ThumbnailViewAddAfterDragDrop Method |
Override to change the way a thumbnail is added to an empty control, 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)
Syntax protected virtual void AddAfterDragDrop(
Thumbnail tn,
bool clone,
bool cached
)
Protected Overridable Sub AddAfterDragDrop (
tn As Thumbnail,
clone As Boolean,
cached As Boolean
)
Parameters
- tn
- Type: Atalasoft.Imaging.WinControlsThumbnail
The Thumbnail to add - clone
- Type: SystemBoolean
A bool determiing if the Thumbnail should be cloned before insertion - cached
- Type: SystemBoolean
See Also