Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the minimum number of visible items in the drop-down list of a combo box.
Parameters
-
wParam
-
Not used; must be zero.
-
lParam
-
Not used; must be zero.
Return value
The return value is the minimum number of visible items.
Remarks
When the number of items in the drop-down list is greater than the minimum, the combo box uses a scroll bar.
This message is ignored if the combo box control has style CBS_NOINTEGRALHEIGHT.
To use CB_GETMINVISIBLE, the application must specify comctl32.dll version 6 in the manifest. For more information, see Enabling Visual Styles.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
See also
-
Reference