CComboBoxEx::GetEditCtrl
Call this member function to get a pointer to the edit control for a combo box.
CEdit* GetEditCtrl( );
Возвращаемое значение
A pointer to a CEdit object.
Заметки
A CComboBoxEx control uses an edit box when it is created with the CBS_DROPDOWN style.
The CEdit object pointed to by the return value is a temporary object and is destroyed during the next idle processing time.
Требования
Header: afxcmn.h