class Control { public virtual void Foo() {} } class MyControl: Control { // not an override public new virtual void Foo() {} }