2005-09-06 Jonathan Chambers <jonathan.chambers@ansys.com>
authorJonathan Chambers <joncham@gmail.com>
Wed, 7 Sep 2005 02:02:11 +0000 (02:02 -0000)
committerJonathan Chambers <joncham@gmail.com>
Wed, 7 Sep 2005 02:02:11 +0000 (02:02 -0000)
        * PropertiesTab.cs: Added

svn path=/trunk/mcs/; revision=49606

mcs/class/Managed.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertiesTab.cs [new file with mode: 0755]

index 2932452bf796240b52be8a0456835b5cd0f9ad91..0e44062d13e2addcc2e9bf63b964ab6ed9ba677d 100644 (file)
@@ -1,3 +1,7 @@
+2005-09-06 Jonathan Chambers  <jonathan.chambers@ansys.com>
+
+       * System.Windows.Forms.dll.sources: Added System.Windows.Forms.PropertiesTab.cs
+
 2005-09-04  Peter Dennis Bartok  <pbartok@novell.com>
 
        * System.Windows.Forms.dll.sources: Added System.Windows.Forms.RTF
index 5afd242745a94db8308524f5014575378cfed664..d7acdf97a25db6a76f648d5d97251df0077d314c 100644 (file)
@@ -1,3 +1,7 @@
+2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
+                                                                                
+        * PropertiesTab.cs : Added
+
 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
                                                                                 
         * PropertyGrid.cs : Update
diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertiesTab.cs b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertiesTab.cs
new file mode 100755 (executable)
index 0000000..5820011
--- /dev/null
@@ -0,0 +1,29 @@
+using System;\r
+\r
+namespace System.Windows.Forms.PropertyGridInternal\r
+{\r
+       /// <summary>\r
+       /// Summary description for PropertiesTab.\r
+       /// </summary>\r
+       public class PropertiesTab : System.Windows.Forms.Design.PropertyTab\r
+       {\r
+               public PropertiesTab()\r
+               {\r
+               }\r
+\r
+               public override System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, Attribute[] attributes)\r
+               {\r
+                       return null;\r
+               }\r
+\r
+               public override string TabName\r
+               {\r
+                       get\r
+                       {\r
+                               return null;\r
+                       }\r
+               }\r
+\r
+\r
+       }\r
+}\r