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


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

Parameters

backColor
The split line's background color.
width
The split line's width.
Remarks
The constructor uses the ControlPaint.Dark method to create the split line's dark color, and the ControlPaint.Light method to create the split line's light color.
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.