New test.
[mono.git] / mcs / class / System.Web / System.Web.UI.HtmlControls / HtmlInputReset.cs
index ee566d56e936d98a7065161f8ee408f742e53e52..00be2772e24cab92bc1a29b14d4d6c9c6f53c6b2 100644 (file)
@@ -66,7 +66,7 @@ namespace System.Web.UI.HtmlControls {
 
                [Browsable (false)]
                [EditorBrowsable (EditorBrowsableState.Never)]
-               public new string ValidationGroup
+               public override string ValidationGroup
                {
                        get {
                                return ViewState.GetString ("ValidationGroup", "");