2007-04-24 Jonathan Pobst <monkey@jpobst.com>
authorJonathan Pobst <monkey@jpobst.com>
Tue, 24 Apr 2007 17:23:35 +0000 (17:23 -0000)
committerJonathan Pobst <monkey@jpobst.com>
Tue, 24 Apr 2007 17:23:35 +0000 (17:23 -0000)
commitfe23557c59032dbed2a34e07bc455da11b59bce0
tree6c2e74f7c5c1c88be66fe89353cd80cfc95e0f99
parent2bae88fcb1f2d0bfa12ad7118fa7f2f9e65e99f1
2007-04-24  Jonathan Pobst  <monkey@jpobst.com>

* ToolStrip.cs: Fully implement GetNextItem.  Call OnParentRightToLeftChanged
for each ToolStripItem when the parent's RightToLeftChanged is called.

2007-04-24  Jonathan Pobst  <monkey@jpobst.com>

* ToolStripDropDownTest.cs: Add Assert for default orientation.
* ToolStripTest.cs: Enable tests for CanOverflow and DefaultDropDownDirection.
Add test for GetNextItem.

svn path=/trunk/mcs/; revision=76204
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStrip.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripDropDownTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripTest.cs