#include <GridCellNumeric.h>
Public Member Functions | |
virtual BOOL | Edit (int nRow, int nCol, CRect rect, CPoint point, UINT nID, UINT nChar) |
virtual void | EndEdit () |
Definition at line 16 of file GridCellNumeric.h.
BOOL CGridCellNumeric::Edit | ( | int | nRow, | |
int | nCol, | |||
CRect | rect, | |||
CPoint | point, | |||
UINT | nID, | |||
UINT | nChar | |||
) | [virtual] |
Reimplemented from CGridCell.
Definition at line 25 of file GridCellNumeric.cpp.
void CGridCellNumeric::EndEdit | ( | ) | [virtual] |
Reimplemented from CGridCell.
Definition at line 37 of file GridCellNumeric.cpp.