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 user can change the selection in a combo box by using the arrow keys, PgUp, PgDn, Home, End, etc. As the selection changes, an application receives SelectionChange and SelectionAccept events. If a combo box has an edit control portion, not all keys listed cause a selection change, but instead are processed by the edit control portion and have the usual effect that would be expected of an edit control.
The current item (the selected item) is always displayed in the static portion or edit control portion of the combo box. It is possible that no item is selected.
The edit control portion only displays the cell text of one cell, normally the first displayed column (see DropDown.CharSearchColumn). If an item is selected, the edit control portion displays the cell of specified column.
In a control with an edit control portion, the user can enter any text in the edit control. As the user enters text, the KeyDown, KeyPress and KeyUp events are generated. If the text entered matches the cell text of the first display column (DropDown.CharSearchColumn), the entry is automatically selected (based on the DropDown.CharSearchMode settings).