
11-30-2008, 4:45 PM
|
 |
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
|
|
Join Date: Dec 2005
Location: Norway
Age: 37
Posts: 10,325
Reputation: 1315
|
|
With ToolStripManager you can Merge one strip to another, but the source strip will not work standalone after that until you RevertMerge. This is similar to doing Items.Add/AddRange with another strips Items, except such merge you can't "revert" as easily. The reason the source strip is not available until merge is reverted is because a menu item object can only have one parent.
|