View Single Post
  #2 (permalink)  
Old 11-30-2008, 4:45 PM
JohnH's Avatar
JohnH JohnH is offline
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Dec 2005
Location: Norway
Age: 37
Posts: 10,325
Reputation: 1315
JohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond repute
Default

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.
__________________
Reply With Quote