Home > Windows Forms > Merging Menu Strip in MDI Enviroment

Merging Menu Strip in MDI Enviroment

September 5th, 2009 admin Leave a comment Go to comments

FatherMenuStrip.AllowMerge = True;
ChildMenuStrip.AllowMerge = True;
ChildMenuStripItem.MergeAction = MatchOnly;
ChildMenuStripItem.MergeIndex = -1;
Categories: Windows Forms Tags: ,
  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.