2007-01-16 Rolf Bjarne Kvinge <RKvinge@novell.com>
commit86fe6d5cf211b8f6c8fbb8c6f368aa00b2ee47c9
authorRolf Bjarne Kvinge <RKvinge@novell.com>
Tue, 16 Jan 2007 19:37:52 +0000 (16 19:37 -0000)
committerRolf Bjarne Kvinge <RKvinge@novell.com>
Tue, 16 Jan 2007 19:37:52 +0000 (16 19:37 -0000)
tree02d0ea0b4a3825485132df9677586e822d938a48
parent5a0146f762d384ab3ab20889123d28f7d684ef97
2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>

* MdiClient.cs: Add ActivatePreviousChild for
mdi child window navigation.
* Form.cs: Use MdiClient.ActivateNextChild/
ActivatePreviousChild instead of Form.SelectNextControl
to select the next/previous child since
SelectNextControl doesn't do it in the same order
as mdi children should do it.

svn path=/trunk/mcs/; revision=71169
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiClient.cs