property ComboBox.hWndDropDown as Long
Retrieves a value that indicates the drop down window's handle.

TypeDescription
Long A long expression that indicates the drop down window's handle.

The hWndDropDown property is invalid while the control's Style property is 0 ( Simple Combo ). Use the hWnd property to retrieves the handle of the control's main window. The Microsoft Windows operating environment identifies each form and control in an application by assigning it a handle, or hWnd. The hWnd property is used with Windows API calls. Many Windows operating environment functions require the hWnd of the active window as an argument.