| 
 | 
 | 
 | 
| 
        | Drag & Drop | 
SftTabs/NET has full support for drag & drop as offered by controls using the Control.AllowDrop property. The DragStyle property controls whether the control generates the DragDetected event. Drag & drop is never automatic and must be initiated by the application, usually in the DragDetected event using the Control.DoDragDrop method.
Complete documentation for drag & drop usage can be found in .NET Framework documentation.