SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Drag & drop to other applications and tab controls is available for all tab styles. The user can move the position of a tab by pressing the mouse button, dragging the tab to another position and releasing the mouse button.
Tab reordering is enabled by setting the SFTTABS_CONTROL fDragDrop member to TRUE.
While a drag & drop operation is in progress, the application must handle the SFTTABSN_DRAGMOVE event and can update the drag & drop information returned by GetDragInfo using SetDragInfo.
The application must also implement the SFTTABSN_DRAGDROP notification and move the tab based on the drag & drop information returned by GetDragInfo. Drag & drop between tab controls and applications requires the application to move any data that needs to be moved/copied. There is no built-in or default implementation, as data transfer between applications and tab controls is highly application specific.
See SFTTABS_CONTROL, fDragDrop member