CB_GETDROPPEDWIDTH (Windows CE 5.0)

Send Feedback

This message is sent by an application to retrieve the minimum allowable width, in pixels, of the list box of a combo box with the CBS_DROPDOWN or CBS_DROPDOWNLIST style.

CB_GETDROPPEDWIDTHwParam = 0;lParam = 0;

Parameters

  • wParam
    Not used.
  • lParam
    Not used.

Return Values

The width, in pixels, indicates success. CB_ERR indicates failure.

Remarks

By default, the minimum allowable width of the drop-down list box is 0. The width of the list box is either the minimum allowable width or the combo box width, whichever is larger.

Requirements

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

See Also

Combo Boxes Messages | SendMessage | CB_SETDROPPEDWIDTH

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.