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