摘要:
m_Grid.SetCellType(row, 1, RUNTIME_CLASS(CGridCell)); m_Grid.SetItemText(row, 1, _T("1")); m_Grid.SetItemState(row, 1, m_Grid.Ge... 阅读全文
摘要:
#ifndef __GRID_CELL_BUTTON__#define __GRID_CELL_BUTTON__#include "../GridCtrl_src/GridCell.h" class CGridCellButton : public CGridCell{ friend cla... 阅读全文