C#一些重写
protected override void OnPaint(PaintEventArgs e)
{
base.OnPaint(e);
} protected override void OnPaintBackground(PaintEventArgs pevent)
{
base.OnPaintBackground(pevent);
} protected override void WndProc(ref Message m)
{
base.WndProc(ref m);
}转载请注明出处。