combobox

Generic properties, methods and events
[method icon] Add(sText$) Used to add strings to the drop down portion of a DBEdit control
[method icon] Add(sText$, sTag$) Used to add strings with tags to the drop down portion of a DBEdit control
[method icon] Add(sFormattedText$, sTag$, sCookie$) Used to add strings with tags to the drop down portion of a DBEdit control
[method icon] Delete() Used to clear out the contents of a DBEdit drop down
[method icon] Delete(iIndex) Used to remove individual items from a DBEdit dropdown
[method icon] FindItem(sText$) Find an item from text or context
[method icon] FindItemOrdinal(sText$) Find an item from text or context returning its position within the list
[method icon] GetIndex(iIndex) Used to test drop down index numbers for validity
[method icon] GetIndex(sSearch$) Used to return the index number associated with the specified string
[method icon] GetString$(iIndex) Returns the item from the specified index location
[method icon] GetTag$(iIndex) Returns the tag from the specified index location
[method icon] HandleFromOrdinal(iIndex) Return handle for a list item ordinal index
[method icon] ItemFromHandle(iHandle) Used to access a list item by handle value
[method icon] ItemFromIndex(iIndex) Used to access a list item by index
[method icon] SelectItem(iHandle) Used to select an item in the drop down list by handle value
[method icon] SetSelection() Removes any current selection from the drop down list
[method icon] SetSelection(iIndex) Used to select an item in the drop down list by index
[property icon] AutoHScroll Allows the user to scroll the control text horizontally
[property icon] DisableNoScroll Enables/disables the vertical scroll bar
[property icon] DropDownFilled Determines whether the drop down portion of the control has been filled
[property icon] First Get first item object
[property icon] Index Returns the index of the currently selected item
[property icon] Index Returns the index of the currently selected item
[property icon] Index Returns the index of the currently selected item
[property icon] Index Returns the index of the currently selected item in the drop down portion of the control
[property icon] Label$ Label for the control
[property icon] ListCount Returns the number of items in the list box
[property icon] ListSource Reserved for future use
[property icon] NoIntegralHeight Enables/disables size fixing
[property icon] SelectedFirst Get first selected item object
[property icon] Sort Automatically sorts strings as they are added to the list
[property icon] VertScroll Enables/disables the vertical scroll bar
[event icon] Click() Event Called when the user clicks on an item in the list
[event icon] DblClk() Event Called when the user double clicks on an item in the list
[event icon] DropDown() Event Called before the drop down portion of the control is displayed