2006-12-15 Miguel de Icaza <miguel@novell.com>
commite25c6b738323844b00204f911c9f40b8c16cd178
authorMiguel de Icaza <miguel@gnome.org>
Sat, 16 Dec 2006 04:28:02 +0000 (16 04:28 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sat, 16 Dec 2006 04:28:02 +0000 (16 04:28 -0000)
treed2dea9d222480d2c177fa1177d1be4d4d0029d4c
parent79bff0e858fb3cceeea5fca4d0fcb28df8d048dd
2006-12-15  Miguel de Icaza  <miguel@novell.com>

* Button.cs, ComboBox.cs, ScrollBar.cs, UserControl.cs,
TextBoxBase.cs, ListView.cs, ContainerControl.cs,
ScrollableControl.cs: Add a handful of methods that are
overwritten in 2.0

svn path=/trunk/mcs/; revision=69566
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Button.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ComboBox.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ContainerControl.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListView.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollBar.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollableControl.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBoxBase.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/UserControl.cs