System.Windows.Forms.ToolStripItem.OnPaintInternal C# (CSharp) Method

OnPaintInternal() private method

private OnPaintInternal ( PaintEventArgs e ) : void
e PaintEventArgs
return void
		void OnPaintInternal (PaintEventArgs e)
		{
			// Have the background rendered independently from OnPaint
			//if (this.parent != null)
			//	this.parent.Renderer.DrawItemBackground (new ToolStripItemRenderEventArgs (e.Graphics, this));

			OnPaint (e);
		}