ComboBox is the class for controls that have both a popup list and a text field. If the user selects an item from the list, the text field is filled with that string. Alternatively, the user can type the string into the text field.
Combo boxes are available on Windows.
ComboBox is derived from the Control class; no classes derive from this class.
Some ComboBox methods let you specify items as either INTEGERs or STRINGs, in one of these ways:
In addition to the methods and properties it inherits from AnyWin class and Control class, ComboBox has the following methods and properties: