CB_SETDROPPEDWIDTH message
An application sends the CB_SETDROPPEDWIDTH message to set the minimum allowable width, in pixels, of the list box of a combo box with the CBS_DROPDOWN or CBS_DROPDOWNLIST style.
Parameters
-
wParam
-
The minimum allowable width of the list box, in pixels.
-
lParam
-
This parameter is not used.
Return value
If the message is successful, The return value is the new width of the list box.
If the message fails, the return value is CB_ERR.
Remarks
By default, the minimum allowable width of the drop-down list box is zero. The width of the list box is either the minimum allowable width or the combo box width, whichever is larger.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|