* FormHandleTest.cs: Fixed build using csc 1.x.
authorGert Driesen <drieseng@users.sourceforge.net>
Sat, 10 Mar 2007 19:00:18 +0000 (19:00 -0000)
committerGert Driesen <drieseng@users.sourceforge.net>
Sat, 10 Mar 2007 19:00:18 +0000 (19:00 -0000)
commitb400eaac8a0600cb319ea668988ca9f3bfcfd23b
treed938acd2c210faabe5e3bb8f786b0c99a5e2dc3f
parent91d0f9c753ab0716ec55fd64ff5ae6ddc33efad9
* FormHandleTest.cs: Fixed build using csc 1.x.
* MdiFormHandleTest.cs: Fixed build using csc 1.x. Removed extra tabs.
* ControlHandleTest.cs: Fixed build using csc 1.x.
* TextBoxTest.cs: Improved test for BackColor. Added test for
ForeColor.
* TextBox.cs: Set for foreground color.
* TextBoxBase.cs: Remove Invalidate when setting BackColor, since
this is already done in Control.

svn path=/trunk/mcs/; revision=74052
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBox.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBoxBase.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlHandleTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/FormHandleTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/MdiFormHandleTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TextBoxTest.cs