#include <ComboBox_Ex.h>
Public Member Functions | |
| CComboBox_Ex () | |
| void | SetReturnID (UINT nID) |
| BOOL | Create (CWnd *pParent) |
| virtual | ~CComboBox_Ex () |
Protected Member Functions | |
| afx_msg LRESULT | OnGetDroppedState (WPARAM, LPARAM) |
Protected Attributes | |
| UINT | m_uReturnID |
| CFont | m_font |
Definition at line 13 of file ComboBox_Ex.h.
| CComboBox_Ex::CComboBox_Ex | ( | ) |
Definition at line 16 of file ComboBox_Ex.cpp.
| CComboBox_Ex::~CComboBox_Ex | ( | ) | [virtual] |
Definition at line 20 of file ComboBox_Ex.cpp.
| void CComboBox_Ex::SetReturnID | ( | UINT | nID | ) |
Definition at line 43 of file ComboBox_Ex.cpp.
References m_uReturnID.
Referenced by CHFE_Address::OnCreate().
| BOOL CComboBox_Ex::Create | ( | CWnd * | pParent | ) |
| LRESULT CComboBox_Ex::OnGetDroppedState | ( | WPARAM | , | |
| LPARAM | ||||
| ) | [protected] |
UINT CComboBox_Ex::m_uReturnID [protected] |
CFont CComboBox_Ex::m_font [protected] |
1.5.6