Version

InterTabSpacing Property (MdiTabGroupSettingsResolved)

Readonly. Returns the amount of space between tabs.
Syntax
'Declaration
 
Public ReadOnly Property InterTabSpacing As Infragistics.Win.DefaultableInteger
public Infragistics.Win.DefaultableInteger InterTabSpacing {get;}
Remarks

The InterTabSpacing determines the amount of space between the tab items. When set to a negative value, the tab items overlap. When set to a positive value, the specified amount of pixels is left between the tab items. When left at the default value, the space between the tabs is resolved differently based on other settings, such as the TabStyle. For example, the default InterTabSpacing for Excel style tabs is -8 to allow the tab items to overlap as they do when using Microsoft Excel.

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