CB_SETEXTENDEDUI (Windows CE 5.0)

Send Feedback

This message is sent by an application 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_SETEXTENDEDUIwParam = (WPARAM)(BOOL)fExtended;  lParam = 0;

Parameters

  • fExtended
    Boolean that specifies whether the combo box uses the extended user interface or the default user interface. A value of TRUE selects the extended user interface; a value of FALSE selects the standard user interface.
  • lParam
    Not used.

Return Values

CB_OKAY indicates success. CB_ERR indicates that an error has occurred.

Remarks

By default, the F4 key opens or closes the list and the DOWNARROW changes the current selection. In the extended user interface, the F4 key is disabled and the DOWNARROW key opens the drop-down list.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Winuser.h.

See Also

Combo Boxes Messages | SendMessage | CB_GETEXTENDEDUI

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.