Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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