DropDown Event
Fired when the list box portion of the control is about to be displayed.
Syntax
Private Sub object_DropDown()
The syntax of the DropDown event has these parts:
| Part | Description |
| object | A DCombo control. |
Remarks
Use this event to update a list just before it is displayed.