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因為 是複雜的控制項,所以會實作此覆寫來沒有動作。 因此,呼叫這個方法不會有任何作用。