Spread Windows Forms 10.0 Product Documentation
EnhancedColumnHeaderRenderer Constructor(Color,Color,Color,Color,Color,Color,Boolean)
Example 


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
Allow background color paint gradient
Creates a new painter of the column 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, _
   ByVal allowGradient As Boolean _
)
'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 allowGradient As Boolean
 
Dim instance As New EnhancedColumnHeaderRenderer(activeBackgroundColor, normalBackgroundColor, normalGridLineColor, selectedActiveBackgroundColor, selectedBackgroundColor, selectedGridLineColor, allowGradient)

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
allowGradient
Allow background color paint gradient
Example
This example creates an enhanced column header renderer.
FarPoint.Win.Spread.CellType.EnhancedColumnHeaderRenderer rend = new FarPoint.Win.Spread.CellType.EnhancedColumnHeaderRenderer(Color.Bisque, Color.Crimson, Color.DarkRed, Color.Tomato, Color.Plum, Color.Firebrick, true);
fpSpread1.ActiveSheet.ColumnHeader.DefaultStyle.Renderer = rend;
Dim rend As New FarPoint.Win.Spread.CellType.EnhancedColumnHeaderRenderer(Color.Bisque, Color.Crimson, Color.DarkRed, Color.Tomato, Color.Plum, Color.Firebrick, True)
FpSpread1.ActiveSheet.ColumnHeader.DefaultStyle.Renderer = rend
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

EnhancedColumnHeaderRenderer Class
EnhancedColumnHeaderRenderer Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.