System.Windows.Forms.TabPage.OnPaintBackground C# (CSharp) Méthode

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void
		protected override void OnPaintBackground (PaintEventArgs e)
		{
			base.OnPaintBackground (e);
		}
		#endregion	// Protected Instance Methods