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
Each cell can contain a child window. This child window becomes the content for the cell and is displayed in its place. Possible examples of such content windows are Flash controls, Windows Media Player, Web Browser controls, dialogs, etc. Almost any type of control or window can be used provided it can be represented by a window handle HWND. SftTree/OCX automatically resizes, hides and disables content windows as needed.
A cell receives a content window by assigning its window handle using the Cell.AttachContentWindow method.
Limitations: Tool Tips are not shown for cells based on a content window and content windows will not be printed when SftTree/OCX is used with SftPrintPreview/OCX. Excessive use of content windows may exhaust available system resources.
The included ContentWindows sample demonstrates how various controls and dialogs can be embedded in the tree control.