******************************************************************************************************
Properties and methods of Combo and List Box objects
******************************************************************************************************
Properties of Combo Box and List Box controls:
ItemData (Read-only; Variant) ' Returns the bound column for the specified row in a combo box or list box.
ListCount (Read/write; Long integer) ' Determines the number of rows in a list box or in the list box portion of a combo box.
ListIndex (Read/write; Long integer) ' Determines which item is selected in a list box or in the list box portion of a combo box.
Selected (Read/write; Long integer) ' Selects an item or determines if an item is selcted in a list box (only).
Methods of Comb Box and List Box controls:
AddItem ' Adds a new item to the list displayed by the combo box or list box.
Dropdown ' Forces a combo box to drop down.
RemoveItem ' Removes an item from the list displayed by the combo box or list box.
|