TabPage.OnPaintBackground(PaintEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Paints the background of the 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)
Parameters
A PaintEventArgs that contains data useful for painting the background.
Remarks
The system calls this method to paint the background of the TabPage. When the UseVisualStyleBackColor and Application.RenderWithVisualStyles property values are both true
and the Appearance property of the parent TabControl is Normal, this method paints the background using the current visual style. Otherwise, this method paints the background as usual.