CB_GETMINVISIBLE message
Gets the minimum number of visible items in the drop-down list of a combo box.
-
wParam
-
Not used; must be zero.
-
lParam
-
Not used; must be zero.
The return value is the minimum number of visible items.
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.
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
-
Reference