Articles in this section
Category / Section

How to close the child form when clicking the mouse middle button in WinForms TabbedMDIManager?

1 min read

Close the child form using mouse middle button

Firefox browser has a feature of closing its child pages when Middle clicking on their tabs. The same feature can be added to TabbedMDI, with the help of CloseOnMiddleButtonClick Property

C#

this.tabbedMDIManager.CloseOnMiddleButtonClick = true;

VB

Me.tabbedMDIManager.CloseOnMiddleButtonClick = True

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied