#include <GridCellCombo.h>
Public Member Functions | |
CComboEdit () | |
virtual BOOL | PreTranslateMessage (MSG *pMsg) |
virtual | ~CComboEdit () |
Protected Member Functions | |
afx_msg void | OnKillFocus (CWnd *pNewWnd) |
afx_msg void | OnKeyDown (UINT nChar, UINT nRepCnt, UINT nFlags) |
afx_msg void | OnKeyUp (UINT nChar, UINT nRepCnt, UINT nFlags) |
DECLARE_MESSAGE_MAP () |
Definition at line 69 of file GridCellCombo.h.
CComboEdit::CComboEdit | ( | ) |
Definition at line 46 of file GridCellCombo.cpp.
CComboEdit::~CComboEdit | ( | ) | [virtual] |
Definition at line 50 of file GridCellCombo.cpp.
CComboEdit::DECLARE_MESSAGE_MAP | ( | ) | [protected] |
void CComboEdit::OnKeyDown | ( | UINT | nChar, | |
UINT | nRepCnt, | |||
UINT | nFlags | |||
) | [protected] |
Definition at line 92 of file GridCellCombo.cpp.
References IDC_COMBOEDIT, and CGridCtrl::OnKeyDown().
Referenced by CGridCtrl::OnKeyDown().
void CComboEdit::OnKeyUp | ( | UINT | nChar, | |
UINT | nRepCnt, | |||
UINT | nFlags | |||
) | [protected] |
Definition at line 108 of file GridCellCombo.cpp.
void CComboEdit::OnKillFocus | ( | CWnd * | pNewWnd | ) | [protected] |
BOOL CComboEdit::PreTranslateMessage | ( | MSG * | pMsg | ) | [virtual] |