Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/System.Web.UI/TemplateControl.cs')
-rwxr-xr-xmcs/class/System.Web/System.Web.UI/TemplateControl.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/class/System.Web/System.Web.UI/TemplateControl.cs b/mcs/class/System.Web/System.Web.UI/TemplateControl.cs
index 02e613448a4..8ff93155514 100755
--- a/mcs/class/System.Web/System.Web.UI/TemplateControl.cs
+++ b/mcs/class/System.Web/System.Web.UI/TemplateControl.cs
@@ -47,12 +47,13 @@ namespace System.Web.UI {
#endregion
#region Properties
-
+ [EditorBrowsable (EditorBrowsableState.Never)]
protected virtual int AutoHandlers {
get { return 0; }
set { }
}
+ [EditorBrowsable (EditorBrowsableState.Never)]
protected virtual bool SupportAutoEvents {
get { return true; }
}