Spread Windows Forms 12.0 Product Documentation
EnhancedRowHeaderRenderer Constructor(Color,Color,Color,Color,Color,Color)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > EnhancedRowHeaderRenderer Class > EnhancedRowHeaderRenderer Constructor : EnhancedRowHeaderRenderer Constructor(Color,Color,Color,Color,Color,Color)
Color of the background when in focus
Color of the background when not in focus
Color of the grid line when not in focus
Color of the background when selected and in focus
Color of the background when selected but not in focus
Color of the grid line when selected
Creates a new painter of the row header cells with the specified values.
Syntax
'Declaration
 
Public Function New( _
   ByVal activeBackgroundColor As Color, _
   ByVal normalBackgroundColor As Color, _
   ByVal normalGridLineColor As Color, _
   ByVal selectedActiveBackgroundColor As Color, _
   ByVal selectedBackgroundColor As Color, _
   ByVal selectedGridLineColor As Color _
)
'Usage
 
Dim activeBackgroundColor As Color
Dim normalBackgroundColor As Color
Dim normalGridLineColor As Color
Dim selectedActiveBackgroundColor As Color
Dim selectedBackgroundColor As Color
Dim selectedGridLineColor As Color
 
Dim instance As New EnhancedRowHeaderRenderer(activeBackgroundColor, normalBackgroundColor, normalGridLineColor, selectedActiveBackgroundColor, selectedBackgroundColor, selectedGridLineColor)

Parameters

activeBackgroundColor
Color of the background when in focus
normalBackgroundColor
Color of the background when not in focus
normalGridLineColor
Color of the grid line when not in focus
selectedActiveBackgroundColor
Color of the background when selected and in focus
selectedBackgroundColor
Color of the background when selected but not in focus
selectedGridLineColor
Color of the grid line when selected
Example
This example modifies the look of the enhanced interface renderer.
FarPoint.Win.Spread.CellType.EnhancedRowHeaderRenderer rend = new FarPoint.Win.Spread.CellType.EnhancedRowHeaderRenderer(Color.Bisque,
Color.Crimson, Color.DarkRed, Color.Tomato, Color.Plum, Color.Firebrick);
fpSpread1.ActiveSheet.RowHeader.DefaultStyle.Renderer = rend;
Dim rend As New FarPoint.Win.Spread.CellType.EnhancedRowHeaderRenderer(Color.Bisque, Color.Crimson, Color.DarkRed, Color.Tomato,
Color.Plum, Color.Firebrick)
FpSpread1.ActiveSheet.RowHeader.DefaultStyle.Renderer = rend
See Also

Reference

EnhancedRowHeaderRenderer Class
EnhancedRowHeaderRenderer Members
Overload List