Version

SplitterAppearance Property

Gets/sets the appearance for the splitter bars.
Syntax
'Declaration
 
Public Property SplitterAppearance As Infragistics.Win.AppearanceBase
public Infragistics.Win.AppearanceBase SplitterAppearance {get; set;}
Remarks

All MdiTabGroup items in the TabGroups collection except the last item have a splitter bar that may be used to adjust the Extent at runtime as long as the SplitterWidth is at least 0. The SplitterAppearance determines the colors used to display the splitter bar.

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