Articles in this section
Category / Section

How to customize the height of border displayed at the bottom of MDIChildForm header in WinForms TabbedMDIManager?

1 min read

Customize the border height

In TabbedMDIManager, it is possible to customize the height of border displayed at the bottom of MDIChildForm header, by using the property named “BottomBorderHeight”.

C#

TabHost tabHost = this.tabbedMDIManager1.GetTabHostFromForm(frm);
//To customize the border height of the TabControl
tabHost.BottomBorderHeight = 0;

VB

Dim tabHost As TabHost = Me.tabbedMDIManager1.GetTabHostFromForm(frm)
'To customize the border height of the TabControl
tabHost.BottomBorderHeight = 0

Screenshot

Before reducing inner border height of tab control with image

Fig 1. Before reducing inner border height of Tab Control with image

After reducing inner border height of tab control with image

Fig 2. After reducing inner border height of Tab Control with image

Samples:

C#: Reduce the height of Inner Border of Tab control C#

VB: Reduce the height of inner border of Tab control VB

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