Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This message is sent when the list box of a combo box is about to be made visible. The parent window of the combo box receives this message through the WM_COMMAND message.
CBN_DROPDOWNidComboBox=(int)LOWORD(wParam);hwndComboBox=(HWND)lParam;
Parameters
- idComboBox
Identifier of the combo box. - hwndComboBox
Handle to the combo box.
Return Values
None.
Remarks
This message can occur only for a combo box with the CBS_DROPDOWN or CBS_DROPDOWNLIST style.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Winuser.h.
See Also
Combo Boxes Messages | SendMessage | CBN_CLOSEUP | WM_COMMAND
Send Feedback on this topic to the authors