Version

TabHeight Property (MdiTabGroupSettings)

Returns or sets the height for the MdiTab objects.
Syntax
'Declaration
 
Public Property TabHeight As Integer
public int TabHeight {get; set;}
Remarks

The TabHeight controls the logical height of the tab items. By default, the TabHeight is based on the size needed to show the image and text completely within the borders for the tab item, which is affected by many property settings (e.g. TabStyle, TextOrientation, etc). For tabs displayed on the top or bottom, the TabHeight affects the displayed height of the control while it affects the displayed width of the tabs when the TabOrientation is such that the tabs are displayed on the left or right.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also