fixed: when removed the names from the bag also removed FontStyles.Names flag from...
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / LoginStatus.cs
index 90cbdbf68c1229885bc94742e9aae73b4a2707f2..94c1990f726b120d5c2f7a187d46709fcfb6a493 100644 (file)
@@ -89,6 +89,7 @@ namespace System.Web.UI.WebControls {
                }
 
                [DefaultValue (LogoutAction.Refresh)]
+               [Themeable (false)]
                public virtual LogoutAction LogoutAction {
                        get {
                                object o = ViewState ["LogoutAction"];
@@ -120,6 +121,7 @@ namespace System.Web.UI.WebControls {
 
                [DefaultValue ("")]
                [Editor ("System.Web.UI.Design.UrlEditor, " + Consts.AssemblySystem_Design, "System.Drawing.Design.UITypeEditor, " + Consts.AssemblySystem_Drawing)]
+               [Themeable (false)]
                [UrlProperty]
                public virtual string LogoutPageUrl {
                        get {