Version

ClientExtent Property

Returns or sets the extent of the tabgroup not including the splitter width.
Syntax
'Declaration
 
Public Property ClientExtent As Integer
public int ClientExtent {get; set;}
Remarks

The ClientExtent is the Extent of the tab group excluding the SplitterWidth, if the tab group displays a splitter bar. When the Orientation of the tab groups is Horizontal, this value indicates the height of the group excluding the area for the splitter bar; otherwise the value indicates the width of the group excluding the splitter bar. A splitter is allocated for all MdiTabGroup instances in the TabGroups except the last one.

Note: Changing the extent of a tab group after a call BeginUpdate and before the call to UltraTabbedMdiManager.EndUpdate, will not affect the extent of the other MdiTabGroup objects in the TabGroups until the EndUpdate is invoked. At that point, the sum of the extents is verified against the extent of the mdi client area. If the sum does not match the extent of the mdi client area, the extents are adjusted.

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