DropDown Method Example
The following example uses the DropDown method to display the list in a ComboBox. The user can display the list of a ComboBox by clicking the CommandButton.
To use this example, copy this sample code to the Declarations portion of a form. Make sure that the form contains:
- A ComboBox named ComboBox1.
- A CommandButton named CommandButton1.
|