DropDown Event

Object List Next Object

Defined By:
FileComboBox

Description:

Occurs when the list portion of a combo box is about to drop down to display the list. This event cannot occur if Style is set to 1 - Simple Combo, since the list portion is always displayed.

Usage:

Sub DropDown ()

Details:

Use a DropDown procedure to make the latest updates to a FileComboBox list before the user selects a list item. This gives you the opportunity to add or remove items from the list based on information that just became available. For example, the contents of a FileComboBox list could depend on the status of a particular checkbox or option button selection. Use the AddItem or RemoveItem methods to add or delete list items as needed.

See Also:

Style property