GrapeCity MultiRow Windows Forms Documentation
SplitStyle Constructor(Color,Color,Color,Int32)


The split line's background color.
The split line's dark color.
The split line's light color.
The split line's width.
Initializes a new instance of the SplitStyle class.
Syntax
Public Function New( _
   ByVal backColor As Color, _
   ByVal darkColor As Color, _
   ByVal lightColor As Color, _
   ByVal width As Integer _
)
Dim backColor As Color
Dim darkColor As Color
Dim lightColor As Color
Dim width As Integer
 
Dim instance As New SplitStyle(backColor, darkColor, lightColor, width)
public SplitStyle( 
   Color backColor,
   Color darkColor,
   Color lightColor,
   int width
)

Parameters

backColor
The split line's background color.
darkColor
The split line's dark color.
lightColor
The split line's light color.
width
The split line's width.
Requirements

Target Platforms: 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

Reference

SplitStyle Structure
SplitStyle Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.