The framework uses the CMFCToolBarComboBoxEdit class to create a toolbar button that behaves like an editable combo box control.
class CMFCToolBarComboBoxEdit : public CEdit
Members
Public Constructors
| Name | Description | 
|---|---|
| Constructs a CMFCToolBarComboBoxEdit object. | |
| CMFCToolBarComboBoxEdit::~CMFCToolBarComboBoxEdit | Destructor. | 
Public Methods
| Name | Description | 
|---|---|
| CMFCToolBarComboBoxEdit::PreTranslateMessage | Translates window messages before they are dispatched to the TranslateMessage and DispatchMessage Windows functions. (Overrides CWnd::PreTranslateMessage.) | 
Remarks
Derive a class from the CMFCToolBarComboBoxEdit class to customize its edit operations.
Inheritance Hierarchy
Requirements
Header: afxtoolbarcomboboxbutton.h
See Also
Reference
CMFCToolBarComboBoxButton Class
CMFCToolBarComboBoxButton::CreateEdit