2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / IButtonControl.cs
index 44f07025fc421d06c17725314397ea07b1a33df9..37ce408eff0bdaf0989df8dbb3d859cfc65d518a 100644 (file)
@@ -39,10 +39,8 @@ namespace System.Web.UI.WebControls
                string CommandArgument { get; set; }
                string CommandName { get; set; }
                string PostBackUrl { get; set; }
-               string SoftkeyLabel { get; }
                string Text { get; set; }
                string ValidationGroup { get; set; }
-               bool Visible { get; set; }
 
                event EventHandler Click;
                event CommandEventHandler Command;