#include <GridCellDouble.h>
Public Member Functions | |
CInPlaceDoubleEdit (CWnd *pParent, CRect &rect, DWORD dwStyle, UINT nID, int nRow, int nColumn, CString sInitText, UINT nFirstChar) | |
Protected Member Functions | |
afx_msg void | OnChar (UINT nChar, UINT nRepCnt, UINT nFlags) |
Definition at line 38 of file GridCellDouble.h.
CInPlaceDoubleEdit::CInPlaceDoubleEdit | ( | CWnd * | pParent, | |
CRect & | rect, | |||
DWORD | dwStyle, | |||
UINT | nID, | |||
int | nRow, | |||
int | nColumn, | |||
CString | sInitText, | |||
UINT | nFirstChar | |||
) |
Definition at line 75 of file GridCellDouble.cpp.
void CInPlaceDoubleEdit::OnChar | ( | UINT | nChar, | |
UINT | nRepCnt, | |||
UINT | nFlags | |||
) | [protected] |
Reimplemented from CInPlaceEdit.
Definition at line 95 of file GridCellDouble.cpp.