TabPage.OnPaintBackground(PaintEventArgs) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
パラメーター
背景の描画に使用されるデータを格納している PaintEventArgs。
注釈
システムは、このメソッドを呼び出して、 TabPage. プロパティ値 UseVisualStyleBackColor と Application.RenderWithVisualStyles プロパティ値の両方 true
が Appearance 親 TabControl のプロパティである場合、このメソッドは Normal現在の表示スタイルを使用して背景を描画します。 それ以外の場合、このメソッドは通常どおりに背景を描画します。