CComboBoxEx::GetEditCtrl
Call this member function to get a pointer to the edit control for a combo box.
CEdit* GetEditCtrl( );
Return Value
A pointer to a CEdit object.
Remarks
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.
Requirements
Header: afxcmn.h