An application sends a CB_SETEXTENDEDUI message to select either the default user interface or the extended user interface for a combo box that has the CBS_DROPDOWN or CBS_DROPDOWNLIST style.
CB_SETEXTENDEDUI wParam = (WPARAM) (BOOL) fExtended; // extended user interface flag lParam = 0; // not used; must be zero
If the operation succeeds, the return value is CB_OKAY. If an error occurs, it is CB_ERR.
By default, the F4 key opens or closes the list and the DOWN ARROW changes the current selection. In the extended user interface, the F4 key is disabled and the DOWN ARROW key opens the drop-down list.