DataGrid::OnPaintBackground Method (PaintEventArgs^)
.NET Framework (current version)
Overrides Control::OnPaintBackground to prevent painting the background of the System.Windows.Forms::DataGrid control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- ebe
-
Type:
System.Windows.Forms::PaintEventArgs^
A PaintEventArgs that contains information about the control to paint.
Because the System.Windows.Forms::DataGrid is a complex control, this override is implemented to have no action. Therefore, calling this method will have no effect.
.NET Framework
Available since 1.1
Available since 1.1
Show: