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
A simple combo box or a drop down combo box both use an edit control to display the selected item. The text of the first display column or the column defined by the DropDown.CharSearchColumn property is shown in the edit control. The edit control will always show the contents of one column only, even if a combo box has multiple columns. As the user reorders columns, the new first display column text is shown in the edit control unless the DropDown.CharSearchColumn property defines a specific column.
Attributes of the edit control portion can be defined using the SftBoxEdit object.
As the user enters text in the edit control, the selected item index is updated. The behavior of the control, matching typed input with cell text, is controlled using the DropDown.CharSearchMode property. Auto completion of text entered is only available if the column defined by DropDown.CharSearchColumn allows one single line of text only (see Column.CellMultiline).