CB_GETDROPPEDSTATE

CB_GETDROPPEDSTATE

wParam = 0; /* not used, must be zero */

lParam = 0; /* not used, must be zero */

An application sends a CB_GETDROPPEDSTATE message to determine whether the list box of a combo box is visible (dropped down).

Parameters

This message has no parameters.

Return Value

The return value is TRUE if the list box is visible; otherwise, it is FALSE.

See Also

CB_SHOWDROPDOWN