Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

GridCellNumeric.h

00001 // GridCellNumeric.h: interface for the CGridCellNumeric class.
00002 //
00003 // Written by Andrew Truckle [ajtruckle@wsatkins.co.uk]
00004 //
00006 
00007 #if !defined(AFX_GRIDINTEGERCELL_H__3479ED0D_B57D_4940_B83D_9E2296ED75B5__INCLUDED_)
00008 #define AFX_GRIDINTEGERCELL_H__3479ED0D_B57D_4940_B83D_9E2296ED75B5__INCLUDED_
00009 
00010 #if _MSC_VER > 1000
00011 #pragma once
00012 #endif // _MSC_VER > 1000
00013 
00014 #include "GridCell.h"
00015 
00016 class CGridCellNumeric : public CGridCell  
00017 {
00018     DECLARE_DYNCREATE(CGridCellNumeric)
00019 
00020 public:
00021     virtual BOOL Edit(int nRow, int nCol, CRect rect, CPoint point, UINT nID, UINT nChar);
00022     virtual void EndEdit();
00023 
00024 };
00025 
00026 #endif // !defined(AFX_GRIDINTEGERCELL_H__3479ED0D_B57D_4940_B83D_9E2296ED75B5__INCLUDED_)

Generated on Tue Feb 17 02:03:03 2004 for harlem by doxygen 1.3.6