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 時,此方法會使用目前的視覺化樣式繪製背景。 否則,此方法會如往常一樣繪製背景。