ICSharpCode.TextEditor.Gui.CompletionWindow.DeclarationViewWindow.OnPaintBackground C# (CSharp) Méthode

OnPaintBackground() protected méthode

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