CBN_DROPDOWN notification code
Sent when the list box of a combo box is about to be made visible. The parent window of the combo box receives this notification code through the WM_COMMAND message.
CBN_DROPDOWN
WPARAM wParam;
LPARAM lParam;
Parameters
- wParam
-
The LOWORD contains the control identifier of the combo box. The HIWORD specifies the notification code.
- lParam
-
Handle to the combo box.
Remarks
This notification code is only sent if the combo box has the CBS_DROPDOWN or CBS_DROPDOWNLIST style.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
- Reference
- CBN_CLOSEUP
- Other Resources
- HIWORD
- LOWORD
- WM_COMMAND
Send comments about this topic to Microsoft
Build date: 10/27/2012