2002-12-6 DennisHayes <dennish@raytek.com>
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / ToolBarButton.cs
index fa1bfa271679f75a2b025da2363091f5d7b0684f..477ca699998b50b9170d002b1765129ace6ff13a 100644 (file)
@@ -40,7 +40,7 @@ using System.ComponentModel;
                                throw new NotImplementedException ();
                        }
                        set {
-                               throw new NotImplementedException ();
+                               //FIXME:
                        }       
                }
 
@@ -50,7 +50,7 @@ using System.ComponentModel;
                                throw new NotImplementedException ();
                        }
                        set {
-                               throw new NotImplementedException ();
+                               //FIXME:
                        }       
                }
 
@@ -60,7 +60,7 @@ using System.ComponentModel;
                                throw new NotImplementedException ();
                        }
                        set {
-                               throw new NotImplementedException ();
+                               //FIXME:
                        }
                }
 
@@ -77,7 +77,7 @@ using System.ComponentModel;
                                throw new NotImplementedException ();
                        }
                        set {
-                               throw new NotImplementedException ();
+                               //FIXME:
                        }
                }
 
@@ -87,7 +87,7 @@ using System.ComponentModel;
                                throw new NotImplementedException ();
                        }
                        set {
-                               throw new NotImplementedException ();
+                               //FIXME:
                        }
                }
 
@@ -104,7 +104,7 @@ using System.ComponentModel;
                                throw new NotImplementedException ();
                        }
                        set {
-                               throw new NotImplementedException ();
+                               //FIXME:
                        }
                }
 
@@ -114,7 +114,7 @@ using System.ComponentModel;
                                throw new NotImplementedException ();
                        }
                        set {
-                               throw new NotImplementedException ();
+                               //FIXME:
                        }
                }
 
@@ -124,7 +124,7 @@ using System.ComponentModel;
                                throw new NotImplementedException ();
                        }
                        set {
-                               throw new NotImplementedException ();
+                               //FIXME:
                        }
                }
 
@@ -134,7 +134,7 @@ using System.ComponentModel;
                                throw new NotImplementedException ();
                        }
                        set {
-                               throw new NotImplementedException ();
+                               //FIXME:
                        }
                }
 
@@ -144,7 +144,7 @@ using System.ComponentModel;
                                throw new NotImplementedException ();
                        }
                        set {
-                               throw new NotImplementedException ();
+                               //FIXME:
                        }
                }
                
@@ -153,7 +153,7 @@ using System.ComponentModel;
                [MonoTODO]
                public override string ToString() 
                {
-                       throw new NotImplementedException ();
+                       return base.ToString();
                }
                //
                // --- Protected Methods