TabPage.OnPaintBackground(PaintEventArgs) メソッド

定義

TabPage の背景を描画します。

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

パラメーター

e
PaintEventArgs

背景の描画に使用されるデータを格納している PaintEventArgs

注釈

システムは、このメソッドを呼び出して、 TabPage. プロパティ値 UseVisualStyleBackColorApplication.RenderWithVisualStyles プロパティ値の両方 trueAppearanceTabControl のプロパティである場合、このメソッドは Normal現在の表示スタイルを使用して背景を描画します。 それ以外の場合、このメソッドは通常どおりに背景を描画します。

適用対象