Udostępnij za pośrednictwem


DataGrid.OnPaintBackground(PaintEventArgs) Metoda

Definicja

Przesłonięcia OnPaintBackground(PaintEventArgs) , aby zapobiec malowaniu tła kontrolki DataGrid .

protected:
 override void OnPaintBackground(System::Windows::Forms::PaintEventArgs ^ ebe);
protected override void OnPaintBackground (System.Windows.Forms.PaintEventArgs ebe);
override this.OnPaintBackground : System.Windows.Forms.PaintEventArgs -> unit
Protected Overrides Sub OnPaintBackground (ebe As PaintEventArgs)

Parametry

ebe
PaintEventArgs

Element PaintEventArgs zawierający informacje o kontrolce do malowania.

Uwagi

System.Windows.Forms.DataGrid Ponieważ jest to złożona kontrolka, to przesłonięcia jest implementowane w celu braku akcji. Dlatego wywołanie tej metody nie będzie miało wpływu.

Dotyczy