* ToolTask.cs (ProcessOuputTool): Move logging of tool
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / SubMenuStyle.cs
index 9556b46a1a8d80dc71f1905ffa880bfdcdfceec8..cd99360435e33eb4ae0a06b19b7168a503922bab 100644 (file)
@@ -38,8 +38,8 @@ namespace System.Web.UI.WebControls
 {
        public class SubMenuStyle: Style, ICustomTypeDescriptor
        {
-               private const string HORZ_PADD = "HorizontalPadding";
-               private const string VERT_PADD = "VerticalPadding";
+               const string HORZ_PADD = "HorizontalPadding";
+               const string VERT_PADD = "VerticalPadding";
                
                public SubMenuStyle ()
                {
@@ -141,73 +141,73 @@ namespace System.Web.UI.WebControls
                        }
                }
 
-               [MonoTODO]
+               [MonoTODO ("Not implemented")]
                System.ComponentModel.AttributeCollection ICustomTypeDescriptor.GetAttributes ()
                {
                        throw new NotImplementedException ();
                }
 
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                string ICustomTypeDescriptor.GetClassName ()
                {
                        throw new NotImplementedException ();
                }
 
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                string ICustomTypeDescriptor.GetComponentName ()
                {
                        throw new NotImplementedException ();
                }
 
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                TypeConverter ICustomTypeDescriptor.GetConverter ()
                {
                        throw new NotImplementedException ();
                }
 
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                EventDescriptor ICustomTypeDescriptor.GetDefaultEvent ()
                {
                        throw new NotImplementedException ();
                }
 
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty ()
                {
                        throw new NotImplementedException ();
                }
 
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                object ICustomTypeDescriptor.GetEditor (Type editorBaseType)
                {
                        throw new NotImplementedException ();
                }
 
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                EventDescriptorCollection ICustomTypeDescriptor.GetEvents ()
                {
                        throw new NotImplementedException ();
                }
 
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                EventDescriptorCollection ICustomTypeDescriptor.GetEvents (Attribute [] arr)
                {
                        throw new NotImplementedException ();
                }
 
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties ()
                {
                        throw new NotImplementedException ();
                }
 
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties (Attribute [] arr)
                {
                        throw new NotImplementedException ();
                }
 
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                object ICustomTypeDescriptor.GetPropertyOwner (PropertyDescriptor pd)
                {
                        throw new NotImplementedException ();