Skip to content

Latest commit

 

History

History
85 lines (49 loc) · 1.78 KB

cb-getminvisible.md

File metadata and controls

85 lines (49 loc) · 1.78 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
CB_GETMINVISIBLE message (Commctrl.h)
Gets the minimum number of visible items in the drop-down list of a combo box.
9861358a-1ef9-4d78-8ec8-561b97f3f18e
CB_GETMINVISIBLE message Windows Controls
apiref
CB_GETMINVISIBLE
Commctrl.h
HeaderDef
reference
05/31/2018

CB_GETMINVISIBLE message

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
Commctrl.h

See also

Reference

CB_SETMINVISIBLE

ComboBox_GetMinVisible