Occurs when the list portion of the ImageCombo control is about to drop down.
Syntax
Private Sub object_DropDown( )
The DropDown event syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
Remarks
Use a DropDown event procedure to make final updates to an ImageCombo control list before the user makes a selection. This enables you to add or remove items from the list, change the images displayed for list items, or make other changes to the list, its items or their properties.