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 combo box responds to the arrow keys, PgUp, PgDn, Home, End, etc. to change the selected item (see Items.Selection).
In a drop down or drop down list combo box where the extended user interface has not been defined (see ExtendedUI), the F4 key shows or hides the drop down portion of the combo box.
In a drop down or drop down list combo box where the extended user interface has been defined (see ExtendedUI), the down arrow key shows the drop down portion of the combo box.
In a drop down or drop down list combo box, the ESCAPE key will close the drop down portion of the combo box.
Typing an alphanumeric character(s) while a combo box has the input focus will position the selection on the next item that starts with the character(s) typed (based on the DropDown.CharSearchMode and DropDown.CharSearchColumn settings).