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
The optional column header is available for single- and multi-column combo box controls, with labeled buttons or just titles (see Headers.Style). The column header can be displayed as part of the static portion (or edit control portion) using the Headers.Main property and can be displayed as part of the drop down portion using the Headers.DropDown property.
Each header or button label may be left or right justified or centered within the column boundaries. Each column header can contain a single line of text and a picture.
The built-in column headers offered by SftBox/OCX support one single line of text for each column and one picture for each column. All pictures must be the same height and width for all columns.
Only one column header button can be in the pressed position at any one time.
Each SftBoxHeader object represents one column's header in a SftBox/OCX control. A SftBoxHeader object for a particular column can be accessed through the control's Header property.
The SftBoxHeaders object describes all column headers and their (default) attributes. The SftBoxHeaders object can be accessed through the control's Headers property. A control has only one SftBoxHeaders object.