CComboBox::GetComboBoxInfo
Retrieves information for the CComboBox object.
BOOL GetComboBoxInfo(
PCOMBOBOXINFO pcbi
) const;
Parameters
- pcbi
A pointer to the COMBOBOXINFO structure.
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