ICSharpCode.TextEditor.Gui.CompletionWindow.DeclarationViewWindow.OnPaintBackground C# (CSharp) Method

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs pe ) : void
pe PaintEventArgs
return void
		protected override void OnPaintBackground(PaintEventArgs pe)
		{
			pe.Graphics.FillRectangle(SystemBrushes.Info, pe.ClipRectangle);
		}
	}