DataGrid.OnPaintBackground(PaintEventArgs) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重写 OnPaintBackground(PaintEventArgs) 以防止绘制 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)
参数
- ebe
- PaintEventArgs
一个 PaintEventArgs,其中包含有关要绘制的控件的信息。
注解
由于这是 System.Windows.Forms.DataGrid 一个复杂的控件,因此此替代实现为没有操作。 因此,调用此方法将不起作用。