CEdit* GetEditCtrl( );
Return Value
A pointer to a CEdit object.
Remarks
Call this member function to get a pointer to the edit control for a combo box. 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.
CComboBoxEx Overview | Class Members | Hierarchy Chart
See Also CComboBoxEx::Create