* TabControl.cs: Fixed checks for NET_2_0-specific exceptions.
authorAndreia Gaita <avidigal@novell.com>
Sun, 17 Dec 2006 03:27:13 +0000 (03:27 -0000)
committerAndreia Gaita <avidigal@novell.com>
Sun, 17 Dec 2006 03:27:13 +0000 (03:27 -0000)
commite16d2f0611a91d81dc1c492ec262c579fffac4d4
tree694333f2c00cb424d14f7605da08e629a4c3a01f
parentbc5d27ffd969e6a2a8d4af7c4d159aee64c18d86
* TabControl.cs: Fixed checks for NET_2_0-specific exceptions.
Added reset of selected index to 0 when adding first tab page.
Fixes #80264

* NumericUpDown.cs: Fix NET_2_0 check

* TabControlTest.cs: Fixed SelectedIndex tests
for MS.NET 2.0

2006-12-16  Andreia Gaita  <avidigal@novell.com>

svn path=/trunk/mcs/; revision=69586
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/NumericUpDown.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabControl.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TabControlTest.cs