ICSharpCode.TextEditor.Gui.CompletionWindow.DeclarationViewWindow.OnPaintBackground C# (CSharp) Метод

OnPaintBackground() защищенный Метод

protected OnPaintBackground ( PaintEventArgs pe ) : void
pe PaintEventArgs
Результат void
		protected override void OnPaintBackground(PaintEventArgs pe)
		{
			pe.Graphics.FillRectangle(SystemBrushes.Info, pe.ClipRectangle);
		}
	}