CComboBox::GetMinVisible
Gets the minimum number of visible items in the drop-down list of the current combo box control.
int GetMinVisible() const;
Return Value
The minimum number of visible items in the current drop-down list.
Remarks
This method sends the CB_GETMINVISIBLE message, which is described in the Windows SDK.
Requirements
Header: afxwin.h
This method is supported in Windows XP and later.
Additional requirements for this method are described in Build Requirements for Windows Vista Common Controls.