CComboBox::GetComboBoxInfo

Retrieves information for the CComboBox object.

BOOL GetComboBoxInfo( 
   PCOMBOBOXINFO pcbi 
) const;

Parameters

Return Value

Returns TRUE on success, FALSE on failure.

Remarks

This member function emulates the functionality of the CB_GETCOMBOBOXINFO message, as described in the Windows SDK.

Requirements

Header: afxwin.h

See Also

Reference

CComboBox Class

Hierarchy Chart