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。 当属性值Application.RenderWithVisualStyles和父NormalTabControl对象的属性为trueAppearance时,此方法使用当前视觉样式绘制背景。UseVisualStyleBackColor 否则,此方法照常绘制背景。

适用于