Example #1
0
 protected override void OnDraw(Graphics g, Rectangle clientRectangle, int rowIndex, int colIndex, GridStyleInfo style)
 {
     style.Control = drawPictureBox;
     PictureBoxCellModel.InitializePictureBox(drawPictureBox, style);
     base.OnDraw(g, clientRectangle, rowIndex, colIndex, style);
 }