This message is sent by an application to determine whether the list box of a combo box is dropped down.
At a Glance
Header file: | Winuser.h |
Windows CE versions: | 1.0 and later |
Syntax
CB_GETDROPPEDSTATE wParam = 0; lParam = 0;
Return Values
TRUE indicates that the list box is visible FALSE indicates otherwise.
See Also