Version

MaxTabWidth Property (MdiTabGroupSettingsResolved)

Readonly. Returns the maximum tab width for the MdiTab objects.
Syntax
'Declaration
 
Public ReadOnly Property MaxTabWidth As Integer
public int MaxTabWidth {get;}
Remarks

The MinTabWidth and MaxTabWidth properties determine the minimum and maximum extents of the tab items respectively. By default, the minimum tab width is based on the width required for the borders and there is no maximum tab width.

Note: If the InterTabSpacing is less than 0, then all tab items must be at least the absolute value of the InterTabSpacing.

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