Skip to content

DevExpress-Examples/winforms-tabbed-mdi-manager-display-custom-header-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Tabbed MDI Manager - Display a custom button in the tab header panel

This sample creates a custom Tabbed MDI Manager that can display a dropdown button. This button invokes a popup menu that allows you to switch between tabs (MDI child windows). Set the HeaderShowActiveFilesButton custom property to true to display the button:

public Form1() {
    InitializeComponent();
    this.myTabbedMdiManager1.HeaderShowActiveFilesButton = true;
}

WinForms Tabbed MDI Manager - Display a custom button in the tab header panel

Files to Review

Does this example address your development requirements/objectives?

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