Control.OnPaintBackground(PaintEventArgs) メソッド

定義

コントロールの背景を描画します。

protected:
 virtual void OnPaintBackground(System::Windows::Forms::PaintEventArgs ^ pevent);
protected virtual void OnPaintBackground (System.Windows.Forms.PaintEventArgs pevent);
abstract member OnPaintBackground : System.Windows.Forms.PaintEventArgs -> unit
override this.OnPaintBackground : System.Windows.Forms.PaintEventArgs -> unit
Protected Overridable Sub OnPaintBackground (pevent As PaintEventArgs)

パラメーター

pevent
PaintEventArgs

描画するコントロールに関する情報を格納する PaintEventArgs

注釈

この OnPaintBackground メソッドを使用すると、派生クラスで Windows バックグラウンド消去要求を処理できます。

注意 (継承者)

クラスを継承するには、このメソッドをオーバーライドして、ウィンドウからの消去バックグラウンド要求を処理する必要があります。 派生クラスでオーバーライドする OnPaintBackground(PaintEventArgs) 場合は、基底クラス OnPaintBackground(PaintEventArgs)を呼び出す必要はありません。

適用対象

こちらもご覧ください