网站首页 站内搜索

搜索结果

查询Tags标签: CGridCellCombo,共有 2条记录
  • MFC Grid-------CGridCellCombo实例

    添加一行的时候: int nTempRow = m_Grid.GetRowCount(); int nRow = m_Grid.InsertRow(L""); m_Grid.SetCellType(nRow, 1, celltypeCheckBox); m_Grid.SetCellType(nRow, 2, celltypeCombo); m_Grid.SetItemText(nRow, 3, L"测试")…

    2021/10/30 23:10:47 人评论 次浏览
  • MFC Grid-------CGridCellCombo实例

    添加一行的时候: int nTempRow = m_Grid.GetRowCount(); int nRow = m_Grid.InsertRow(L""); m_Grid.SetCellType(nRow, 1, celltypeCheckBox); m_Grid.SetCellType(nRow, 2, celltypeCombo); m_Grid.SetItemText(nRow, 3, L"测试")…

    2021/10/30 23:10:47 人评论 次浏览
扫一扫关注最新编程教程