Skip to content

Demonstrates the integrated WinForms Ribbon MDI merging option.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/winforms-ribbon-merge-mdi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Ribbon - MDI Ribbon merge

This example demonstrates automatic menu merging for MDI applications. The main and child MDI forms contain a Ribbon UI. The child form's RibbonControl is merged into the main form's RibbonControl when the child form is maximized.

private void Form1_Load(object sender, EventArgs e) {
    ribbonControl1.MdiMergeStyle = RibbonMdiMergeStyle.OnlyWhenMaximized;
    CreateChildForm();
}

Files to Review

Documentation

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)