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);
		}
	}