Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 3.33 KB

File metadata and controls

38 lines (28 loc) · 3.33 KB

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)