You are creating a Windows Forms application by using the .NET Framework 3.5.You plan to develop a new control for the application.You need to ensure that the control extends the DataGridView control by allowing the cells to contain multicolored text.What should you do?()
- AOverride the OnPaint method.
- BWrite a code segment to handle the CellPainting event.
- CWrite a code segment to handle the CellParsing event.
- DWrite a code segment to handle the RowPostPaint event.